Skip to content

Commit

Permalink
CI tests: Pin tox==3.8.3 on Windows
Browse files Browse the repository at this point in the history
Here's a tox bug report for a similar but different issue to that
which we are experiencing: tox-dev/tox#1550
  • Loading branch information
dairiki committed Sep 20, 2021
1 parent e09e3ea commit 6565572
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ jobs:
continue-on-error: true
- name: Install python dependencies
run: python -m pip install codecov tox
- name: Pin tox on Windows
if: startsWith(runner.os, 'windows')
run: python -m pip install codecov tox==3.8.3
- name: Run python tests
run: tox -e py
- name: Publish coverage
Expand Down

0 comments on commit 6565572

Please sign in to comment.