We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d01be6 commit 2c8dafaCopy full SHA for 2c8dafa
.github/workflows/python-linux.yml
@@ -144,7 +144,7 @@ jobs:
144
mkdir test
145
tar --strip-components=1 -zxvf jupyter_server* -C ./test
146
cd test
147
- pip install -e .[test]
+ pip install .[test]
148
pip install pytest-github-actions-annotate-failures
149
- name: Run Test
150
run: |
pyproject.toml
@@ -15,7 +15,7 @@ testpaths = [
15
]
16
timeout = 300
17
# Restore this setting to debug failures
18
-# timeout_method = "thread"
+timeout_method = "thread"
19
20
[tool.jupyter-releaser]
21
skip = ["check-links"]
0 commit comments