Skip to content

Commit 261f464

Browse files
committed
hm typo
1 parent 831aa63 commit 261f464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
190190
- name: Setup tox environment
191191
run: |
192-
tox run -e ${{ matrix.toxenv }} --notes
192+
tox run -e ${{ matrix.toxenv }} --notest
193193
- name: Test
194194
run: tox run -e ${{ matrix.toxenv }} --skip-pkg-install -- ${{ matrix.tox_extra_args }}
195195
continue-on-error: ${{ matrix.allow_failure == 'true' }}

0 commit comments

Comments
 (0)