summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2023-02-28 09:40:35 +0200
committerGitHub <noreply@github.com>2023-02-28 09:40:35 +0200
commitd597370bfcaa8c7421ec5639ecda7b55467167dc (patch)
tree65f2212fe4722aadbca8ad4daeffdc6ed2b0e128 /.github
parent373a52f0425d0af1e578e8562a8db93fc3a02488 (diff)
downloadbabel-d597370bfcaa8c7421ec5639ecda7b55467167dc.tar.gz
Tox: also test with pytz installed (#974)
* Tox: also test with pytz installed * Tox: return to tox-gh-actions (which now supports Tox 4)
Diffstat (limited to '.github')
-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 e87f23e..a35a1b4 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -40,7 +40,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
- python -m pip install 'tox~=4.0' 'tox-gh~=1.0'
+ python -m pip install 'tox~=4.0' 'tox-gh-actions~=3.0'
- name: Run test via Tox
run: tox --skip-missing-interpreters
env: