Skip to content

Commit

Permalink
Cap tox version in ALT Linux workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Dec 19, 2022
1 parent d318e21 commit bd4ca50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_ci_alt_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
python3 -VV
python3 -m site
python3 -m pip install --upgrade pip setuptools wheel
python3 -m pip install --upgrade tox virtualenv!=20.16.0
python3 -m pip install --upgrade tox~=3.0 virtualenv!=20.16.0
python3 -m pip install --upgrade coverage_pyver_pragma
- name: "Run Tests for Python ${{ matrix.config.python-version }}"
Expand Down

0 comments on commit bd4ca50

Please sign in to comment.