We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2515de3 commit fb925a7Copy full SHA for fb925a7
.github/workflows/test.yaml
@@ -28,10 +28,10 @@ jobs:
28
strategy:
29
fail-fast: false
30
matrix:
31
- python-version: ["3.8", "3.11"]
32
- jupyter_server-version: ["1", "2"]
33
- jupyterlab-version: ["3"]
34
- os: [ubuntu-22.04]
+ # python-version: ["3.8", "3.11"]
+ # jupyter_server-version: ["1", "2"]
+ # jupyterlab-version: ["3"]
+ # os: [ubuntu-22.04]
35
include:
36
- python-version: "3.10"
37
jupyter_server-version: "2"
@@ -89,7 +89,7 @@ jobs:
89
90
- name: Run tests
91
run: |
92
- pytest -k "not acceptance"
+ pytest -k "not acceptance" -vsx
93
94
- name: Upload pytest and coverage reports
95
if: always()
0 commit comments