We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208951b commit e8ffe00Copy full SHA for e8ffe00
1 file changed
.github/workflows/test.yaml
@@ -78,12 +78,7 @@ jobs:
78
- name: Install tox
79
run: |
80
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
+ pip install tox
87
88
- name: Run tests
89
0 commit comments