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 10174ea commit 5ffa86cCopy full SHA for 5ffa86c
.github/workflows/python-tests.yml
@@ -49,7 +49,7 @@ jobs:
49
run: hatch run test:nowarn || hatch -v run test:nowarn --lf
50
- name: Run the tests on windows
51
if: ${{ startsWith(matrix.os, 'windows') }}
52
- run: hatch run cov:nowarn -s -k test_execution_state || hatch -v run cov:nowarn --lf
+ run: hatch run cov:nowarn -s || hatch -v run cov:nowarn --lf
53
- uses: jupyterlab/maintainer-tools/.github/actions/upload-coverage@v1
54
55
test_docs:
0 commit comments