Skip to content

Commit d4850de

Browse files
committed
fix: added command to install tox to ci.yml
1 parent e6eab42 commit d4850de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ jobs:
3232
3333
- name: Run Tox
3434
run: |
35+
pip install tox==4.16.0
3536
tox -e py

0 commit comments

Comments
 (0)