Skip to content

Commit

Permalink
Backport PR spacetelescope#1906: unpin tox < 4
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry authored and meeseeksmachine committed Dec 8, 2022
1 parent 8c5d9e2 commit 3bd7695
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 py39-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 3bd7695

Please sign in to comment.