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 831aa63 commit 261f464Copy full SHA for 261f464
.github/workflows/test.yml
@@ -189,7 +189,7 @@ jobs:
189
190
- name: Setup tox environment
191
run: |
192
- tox run -e ${{ matrix.toxenv }} --notes
+ tox run -e ${{ matrix.toxenv }} --notest
193
- name: Test
194
run: tox run -e ${{ matrix.toxenv }} --skip-pkg-install -- ${{ matrix.tox_extra_args }}
195
continue-on-error: ${{ matrix.allow_failure == 'true' }}
0 commit comments