Update tox configuration

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