]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
ci: Fix testing dependencies (#936)
authorJonah Lawrence <jonah@freshidea.com>
Mon, 26 Dec 2022 22:22:08 +0000 (15:22 -0700)
committerGitHub <noreply@github.com>
Mon, 26 Dec 2022 22:22:08 +0000 (00:22 +0200)
.github/workflows/test.yml

index 491581677ac092da56996bc377bfb6302f10302e..f9a7bee0b9e3615ed7b12d96b50656a27bec093d 100644 (file)
@@ -33,7 +33,7 @@ jobs:
     - name: Install dependencies
       run: |
         python -m pip install --upgrade pip setuptools wheel
-        python -m pip install tox tox-gh-actions==2.1.0
+        python -m pip install 'tox<4.0.0' 'tox-gh-actions==2.12.0'
     - name: Run test via Tox
       run: tox --skip-missing-interpreters
       env: