Skip to content

Commit ea81d34

Browse files
authored
Minor cleanups in GH workflow
1 parent 5db7f1c commit ea81d34

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ jobs:
3939
jupyterlab-version: "3"
4040
os: windows-2022
4141

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-
#
4742
runs-on: ${{ matrix.os }}
4843
defaults:
4944
run:
@@ -86,7 +81,7 @@ jobs:
8681
8782
- name: Run tests
8883
run: |
89-
pytest -k "not acceptance" -vs
84+
pytest -k "not acceptance" -vv
9085
9186
- name: Upload pytest and coverage reports
9287
if: always()

0 commit comments

Comments
 (0)