Skip to content

Commit 1602fc1

Browse files
committed
Fix CI
1 parent 9f5b430 commit 1602fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
python -m pip install --upgrade setuptools pip wheel
3838
# Use the latest published version for myself :)
39-
python -m pip install tox-gh-actions
39+
python -m pip install --pre tox-gh-actions
4040
- name: Test with tox
4141
run: tox
4242
- name: Upload coverage.xml

0 commit comments

Comments
 (0)