Skip to content

Commit

Permalink
debug sdist test
Browse files Browse the repository at this point in the history
Revert "Fix server-extension paths (3rd time's the charm) (jupyter-server#734)"

This reverts commit 461b551.

Revert "Revert "Fix server-extension paths (3rd time's the charm) (jupyter-server#734)""

This reverts commit d6fdebc.
  • Loading branch information
blink1073 committed Mar 15, 2022
1 parent e4a3141 commit 266b950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-linux.yml
Expand Up @@ -144,7 +144,7 @@ jobs:
mkdir test
tar --strip-components=1 -zxvf jupyter_server* -C ./test
cd test
pip install -e .[test]
pip install .[test]
pip install pytest-github-actions-annotate-failures
- name: Run Test
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -15,7 +15,7 @@ testpaths = [
]
timeout = 300
# Restore this setting to debug failures
# timeout_method = "thread"
timeout_method = "thread"

[tool.jupyter-releaser]
skip = ["check-links"]
Expand Down

0 comments on commit 266b950

Please sign in to comment.