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.
tox
1 parent a0e569b commit d2a74f1Copy full SHA for d2a74f1
.github/workflows/ci-python.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install dependencies
28
run: |
29
python -m pip install --upgrade pip
30
- pip install tox==2.4.1
+ pip install tox==4.6.4
31
- name: Test with tox
32
run: tox -c py/tox.ini
33
env:
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
52
53
@@ -67,7 +67,7 @@ jobs:
67
68
69
70
71
72
73
tox -c py/tox.ini -- --cobertura-xml-report ci || true
0 commit comments