Skip to content

Commit bd4ca50

Browse files
committed
Cap tox version in ALT Linux workflow
1 parent d318e21 commit bd4ca50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_ci_alt_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
python3 -VV
5858
python3 -m site
5959
python3 -m pip install --upgrade pip setuptools wheel
60-
python3 -m pip install --upgrade tox virtualenv!=20.16.0
60+
python3 -m pip install --upgrade tox~=3.0 virtualenv!=20.16.0
6161
python3 -m pip install --upgrade coverage_pyver_pragma
6262
6363
- name: "Run Tests for Python ${{ matrix.config.python-version }}"

0 commit comments

Comments
 (0)