Skip to content

Commit

Permalink
Pin virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
hmstepanek committed Apr 27, 2023
1 parent caef2cc commit f63baad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-python-matrix/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ runs:
shell: bash
run: |
python3.10 -m pip install -U pip
python3.10 -m pip install -U wheel setuptools 'tox<4' virtualenv!=20.0.24
python3.10 -m pip install -U wheel setuptools 'tox<4' 'virtualenv<20.21.1'

0 comments on commit f63baad

Please sign in to comment.