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 d318e21 commit bd4ca50Copy full SHA for bd4ca50
.github/workflows/python_ci_alt_linux.yml
@@ -57,7 +57,7 @@ jobs:
57
python3 -VV
58
python3 -m site
59
python3 -m pip install --upgrade pip setuptools wheel
60
- python3 -m pip install --upgrade tox virtualenv!=20.16.0
+ python3 -m pip install --upgrade tox~=3.0 virtualenv!=20.16.0
61
python3 -m pip install --upgrade coverage_pyver_pragma
62
63
- name: "Run Tests for Python ${{ matrix.config.python-version }}"
0 commit comments