Skip to content

Commit 13f4fae

Browse files
committed
try without pushd popd, which seems to be hanging
1 parent 66865b1 commit 13f4fae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-linux.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ jobs:
7171
python -m venv test_install
7272
./test_install/bin/python -m pip install -U pip
7373
./test_install/bin/python -m pip install ".[test]"
74-
pushd test_install
74+
cd test_install
7575
./bin/pytest --pyargs jupyter_server
76-
popd
76+
cd ..
7777
- name: Test the docs
7878
run: |
7979
cd docs

0 commit comments

Comments
 (0)