Skip to content

Commit

Permalink
Upgrade tox to fix build errors (#1302)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrews authored Sep 12, 2023
1 parent d819064 commit 1e75251
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install tox
run: |
python3 -m pip install --upgrade pip
python3 -m pip install "tox==4.5.0"
python3 -m pip install "tox==4.11.3"
- name: Create tox environment
run: tox --notest
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Install tox
run: |
python3 -m pip install --upgrade pip
python3 -m pip install "tox==4.5.0" build
python3 -m pip install "tox==4.11.3" build
- name: Prepare runner test container
run: |
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
- name: Install tox
run: |
python3 -m pip install --upgrade pip
python3 -m pip install "tox==4.5.0"
python3 -m pip install "tox==4.11.3"
- name: Create tox environment
run: tox --notest
Expand Down

0 comments on commit 1e75251

Please sign in to comment.