Skip to content

Commit fb925a7

Browse files
committed
debugging windows ci
1 parent 2515de3 commit fb925a7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
python-version: ["3.8", "3.11"]
32-
jupyter_server-version: ["1", "2"]
33-
jupyterlab-version: ["3"]
34-
os: [ubuntu-22.04]
31+
# python-version: ["3.8", "3.11"]
32+
# jupyter_server-version: ["1", "2"]
33+
# jupyterlab-version: ["3"]
34+
# os: [ubuntu-22.04]
3535
include:
3636
- python-version: "3.10"
3737
jupyter_server-version: "2"
@@ -89,7 +89,7 @@ jobs:
8989
9090
- name: Run tests
9191
run: |
92-
pytest -k "not acceptance"
92+
pytest -k "not acceptance" -vsx
9393
9494
- name: Upload pytest and coverage reports
9595
if: always()

0 commit comments

Comments
 (0)