Skip to content

Commit d535b37

Browse files
committed
use tox 4.2.4 for tests
1 parent cb1a9e2 commit d535b37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/style.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install tox
25+
pip install tox==4.2.4
2626
- name: Test with tox
2727
run: tox -e ${{ matrix.environment }}

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27-
pip install tox
27+
pip install tox==4.2.4
2828
- name: Test with tox
2929
run: tox -e ${{ matrix.environment }}

0 commit comments

Comments
 (0)