Skip to content

Commit 203ad20

Browse files
committed
Fix tox command
1 parent a7b9d65 commit 203ad20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
uses: ilammy/[email protected]
155155
if: runner.os == 'Windows'
156156
- name: Run tests (dynamic link)
157-
run: tox -e py3
157+
run: tox
158158
env:
159159
PYTHON_ISAL_LINK_DYNAMIC: True
160160

0 commit comments

Comments
 (0)