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 71fc07e commit 83a9599Copy full SHA for 83a9599
.github/actions/set_up/action.yml
@@ -28,7 +28,7 @@ runs:
28
- name: Install tox
29
shell: bash
30
run: |
31
- pip install tox
+ pip install tox==4.30.3
32
33
- name: Cache tox environment
34
# Preserves .tox directory between runs for faster installs
0 commit comments