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 5db7f1c commit ea81d34Copy full SHA for ea81d34
.github/workflows/test.yaml
@@ -39,11 +39,6 @@ jobs:
39
jupyterlab-version: "3"
40
os: windows-2022
41
42
- # NOTE: The worker environment running this job needs firefox and
43
- # geckowebdriver available. Before upgrading to ubuntu-24.04 in the
44
- # future, check and see its available in a location like this:
45
- # https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md#browsers-and-drivers
46
- #
47
runs-on: ${{ matrix.os }}
48
defaults:
49
run:
@@ -86,7 +81,7 @@ jobs:
86
81
87
82
- name: Run tests
88
83
run: |
89
- pytest -k "not acceptance" -vs
84
+ pytest -k "not acceptance" -vv
90
85
91
- name: Upload pytest and coverage reports
92
if: always()
0 commit comments