Skip to content

Commit

Permalink
Require an older tox version.
Browse files Browse the repository at this point in the history
See tox-dev/tox#2638 for details.
  • Loading branch information
Michael Howitz committed Dec 8, 2022
1 parent 931ebd3 commit fb19c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/default/tests.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
pip install "tox < 4"
{% for line in gha_additional_install %}
%(line)s
{% endfor %}
Expand Down

0 comments on commit fb19c36

Please sign in to comment.