Skip to content

Commit e8ffe00

Browse files
committed
don't pin tox
1 parent 208951b commit e8ffe00

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,7 @@ jobs:
7878
- name: Install tox
7979
run: |
8080
python -m pip install --upgrade pip
81-
82-
if [[ "${{ matrix.python-version }}" == "3.14" ]]; then
83-
pip install cachetools==6.1.0 chardet==5.2.0 colorama==0.4.6 distlib==0.4.0 filelock==3.19.1 packaging==25.0 platformdirs==4.3.8 pluggy==1.6.0 pyproject-api==1.9.1 tox==4.28.4 virtualenv==20.34.0
84-
else
85-
pip install tox
86-
fi
81+
pip install tox
8782
8883
- name: Run tests
8984
run: |

0 commit comments

Comments
 (0)