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 cb1a9e2 commit d535b37Copy full SHA for d535b37
.github/workflows/style.yaml
@@ -22,6 +22,6 @@ jobs:
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
- pip install tox
+ pip install tox==4.2.4
26
- name: Test with tox
27
run: tox -e ${{ matrix.environment }}
.github/workflows/tests.yaml
@@ -24,6 +24,6 @@ jobs:
28
29
0 commit comments