summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonah Lawrence <jonah@freshidea.com>2022-12-26 15:22:08 -0700
committerGitHub <noreply@github.com>2022-12-27 00:22:08 +0200
commit82c41ccda68da8322c96c1176936b07ad8af8f1b (patch)
tree4d259704d6320308cfc99433f51d9b586770dc5f
parenta45e25e3125f6ee0a9f32387545df318b0b3b2d0 (diff)
downloadbabel-82c41ccda68da8322c96c1176936b07ad8af8f1b.tar.gz
ci: Fix testing dependencies (#936)
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 4915816..f9a7bee 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -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: