We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f4fae commit bb047b4Copy full SHA for bb047b4
.github/workflows/python-linux.yml
@@ -71,9 +71,9 @@ jobs:
71
python -m venv test_install
72
./test_install/bin/python -m pip install -U pip
73
./test_install/bin/python -m pip install ".[test]"
74
- cd test_install
75
- ./bin/pytest --pyargs jupyter_server
76
- cd ..
+ pushd test_install
+ ./bin/pytest --pyargs jupyter_server --capture=no
+ popd
77
- name: Test the docs
78
run: |
79
cd docs
0 commit comments