Skip to content

Commit fca89f8

Browse files
committed
🧪 Unrestrict tox version in CI
1 parent 7948a0f commit fca89f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ env:
8585
PY_COLORS
8686
PYTEST_THEME
8787
PYTEST_THEME_MODE
88-
TOX_VERSION: tox < 4.12
88+
TOX_VERSION: tox
8989

9090
run-name: >-
9191
${{

.github/workflows/reusable-linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on: # yamllint disable-line rule:truthy
66
workflow_call:
77

88
env:
9-
TOX_VERSION: tox < 4.12
9+
TOX_VERSION: tox
1010

1111
jobs:
1212
linters:

.github/workflows/reusable-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ env:
5959
PY_COLORS
6060
PYTEST_THEME
6161
PYTEST_THEME_MODE
62-
TOX_VERSION: tox < 4.12
62+
TOX_VERSION: tox
6363

6464

6565
jobs:

0 commit comments

Comments
 (0)