Skip to content

Commit d2a74f1

Browse files
committed
[py]: Update tox versions for github actions
1 parent a0e569b commit d2a74f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
pip install tox==2.4.1
30+
pip install tox==4.6.4
3131
- name: Test with tox
3232
run: tox -c py/tox.ini
3333
env:
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install dependencies
4848
run: |
4949
python -m pip install --upgrade pip
50-
pip install tox==2.4.1
50+
pip install tox==4.6.4
5151
- name: Test with tox
5252
run: tox -c py/tox.ini
5353
env:
@@ -67,7 +67,7 @@ jobs:
6767
- name: Install dependencies
6868
run: |
6969
python -m pip install --upgrade pip
70-
pip install tox==2.4.1
70+
pip install tox==4.6.4
7171
- name: Test with tox
7272
run: |
7373
tox -c py/tox.ini -- --cobertura-xml-report ci || true

0 commit comments

Comments
 (0)