Skip to content

Commit

Permalink
Merge pull request #1901 from pllim/pin-tox
Browse files Browse the repository at this point in the history
TST: Pin tox<4
  • Loading branch information
pllim authored Dec 7, 2022
2 parents 01f868c + 95d637b commit f36f3b2
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
python -m pip install "tox<4"
- 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
python -m pip install "tox<4"
- 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
run: python -m pip install --upgrade pip "tox<4"
- name: Test/run with tox
run: tox -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
- name: Upload coverage to codecov
Expand Down

0 comments on commit f36f3b2

Please sign in to comment.