We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5633dc commit c13f8e7Copy full SHA for c13f8e7
1 file changed
.github/actions/setup-tox/action.yml
@@ -48,7 +48,9 @@ runs:
48
49
- name: Install dependencies
50
shell: bash
51
+ # NOTE: The virtualenv and tox requirements support finding python 3.7,
52
+ # if we drop support for python 3.7 the reqs can be simplified and updated
53
run: |
54
python --version
55
python -m pip install --upgrade pip
- python -m pip install tox
56
+ python -m pip install "tox<=4.23.2" "virtualenv<=20.26.6"
0 commit comments