summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJonah Lawrence <jonah@freshidea.com>2023-01-20 09:41:39 -0700
committerGitHub <noreply@github.com>2023-01-20 18:41:39 +0200
commit61be9dc5d6c9ed7d1fb9116ae81a205a5fbee473 (patch)
tree62048baf9cd9c76f186388d3f527fe925ef06712 /.github
parent304ef1278b964a316eef1b31b2a625a74e2eb944 (diff)
downloadbabel-61be9dc5d6c9ed7d1fb9116ae81a205a5fbee473.tar.gz
Update test dependencies (tox v4) (#953)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 1e89861..c584fd9 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -40,11 +40,11 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
- python -m pip install 'tox<4.0.0' 'tox-gh-actions==2.12.0'
+ python -m pip install 'tox~=4.0' 'tox-gh~=1.0'
- name: Run test via Tox
run: tox --skip-missing-interpreters
env:
COVERAGE_XML_PATH: ${{ runner.temp }}
- - uses: codecov/codecov-action@v2
+ - uses: codecov/codecov-action@v3
with:
directory: ${{ runner.temp }}