Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Dec 7, 2022
1 parent b4315ba commit b763c94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_workflows.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
submodules: false
coverage: codecov
toxdeps: "<'4'"
toxdeps: "'tox<4'"
libraries: |
apt:
- language-pack-fr
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
with:
submodules: false
coverage: codecov
toxdeps: "<'4'"
toxdeps: "'tox<4'"
libraries: |
apt:
- language-pack-de
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Expand Up @@ -8,6 +8,7 @@ requires =
setuptools >= 30.3.0
pip >= 19.3.1
tox-pypi-filter >= 0.12
tox < 4
isolated_build = true

[testenv]
Expand Down

0 comments on commit b763c94

Please sign in to comment.