Skip to content

Commit 17130e3

Browse files
committed
pin to tox<4
1 parent 2b30255 commit 17130e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Upgrade setuptools and install tox
5858
run: |
5959
pip install -U pip setuptools wheel
60-
pip install tox tox-gh-actions
60+
pip install 'tox<4' tox-gh-actions
6161
6262
- name: MyPy cache
6363
if: ${{ matrix.step == 'mypy' }}
@@ -108,7 +108,7 @@ jobs:
108108
- name: Upgrade setuptools and install tox
109109
run: |
110110
pip install -U pip setuptools wheel
111-
pip install tox tox-gh-actions
111+
pip install 'tox<4' tox-gh-actions
112112
113113
- if: ${{ matrix.step == 'pydocstyle' && github.event_name == 'pull_request'}}
114114
name: Create local branch for diff-quality for PRs

0 commit comments

Comments
 (0)