Skip to content

Commit

Permalink
Merge pull request #1906 from kecnry/unpin-tox
Browse files Browse the repository at this point in the history
unpin tox < 4
  • Loading branch information
kecnry authored Dec 8, 2022
2 parents f36f3b2 + ae6d467 commit 17fe3a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cron_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install base dependencies
run: |
python -m pip install --upgrade pip
python -m pip install "tox<4"
python -m pip install tox
- name: Check links in docs using tox
run: tox -e linkcheck

Expand All @@ -42,6 +42,6 @@ jobs:
- name: Install base dependencies
run: |
python -m pip install --upgrade pip
python -m pip install "tox<4"
python -m pip install tox
- name: Test with tox
run: tox -e py310-test-devdeps
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
- name: Install base dependencies
run: python -m pip install --upgrade pip "tox<4"
run: python -m pip install --upgrade pip tox
- name: Test/run with tox
run: tox -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
- name: Upload coverage to codecov
Expand Down

0 comments on commit 17fe3a8

Please sign in to comment.