We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c11f15 commit d3c03e6Copy full SHA for d3c03e6
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
- pip install "tox>=3.28,<5" "tox-gh-actions>=3.2,<4"
+ pip install "tox>=4.24,<5" "tox-gh-actions>=3.2,<4"
26
27
- name: Run unit tests with tox
28
run: tox
0 commit comments