Avoid tox 4.0

This commit is contained in:
Ivan Kravets
2022-12-13 19:36:15 +02:00
parent 337e7fe43a
commit 7bbfaab891
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
pip install "tox<4"
- name: Python Lint
if: ${{ matrix.python-version != '3.6' }}