diff --git a/.github/workflows/python-linux.yml b/.github/workflows/python-linux.yml index ff7e916816..b178640653 100644 --- a/.github/workflows/python-linux.yml +++ b/.github/workflows/python-linux.yml @@ -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: | diff --git a/pyproject.toml b/pyproject.toml index 01a7f879f5..6fc2a6d156 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]