File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff 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"
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()
You can’t perform that action at this time.
0 commit comments