Skip to content

Commit 95201d4

Browse files
committed
Remove py 3.10 win, re-enable other os
1 parent 045b81f commit 95201d4

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,11 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
# python-version: ["3.8", "3.11"]
33-
# jupyter_server-version: ["1", "2"]
34-
# jupyterlab-version: ["3"]
35-
# os: [ubuntu-22.04]
32+
python-version: ["3.8", "3.11"]
33+
jupyter_server-version: ["1", "2"]
34+
jupyterlab-version: ["3"]
35+
os: [ubuntu-22.04]
3636
include:
37-
- python-version: "3.10"
38-
jupyter_server-version: "2"
39-
jupyterlab-version: "3"
40-
os: windows-2022
4137
- python-version: "3.11"
4238
jupyter_server-version: "2"
4339
jupyterlab-version: "3"
@@ -90,7 +86,7 @@ jobs:
9086
9187
- name: Run tests
9288
run: |
93-
pytest -k "not acceptance" -vsx
89+
pytest -k "not acceptance" -vs
9490
9591
- name: Upload pytest and coverage reports
9692
if: always()

0 commit comments

Comments
 (0)