Skip to content

Commit

Permalink
Update ci_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Dec 5, 2024
1 parent 11ccc0a commit 6d4d05e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,20 @@ jobs:

- name: Windows - Python 3.11 with all optional dependencies
os: windows-latest
python: 3.11
python: '3.11'
toxenv: py11-test-alldeps
toxargs: -v

- name: Python 3.11 with remote data, all dependencies, and coverage
os: ubuntu-latest
python: 3.11
python: '3.11'
toxenv: py11-test-alldeps-cov
toxposargs: --remote-data
toxargs: -v
posargs: --remote-data=any

- name: Python 3.11 with latest dev versions of key dependencies
os: ubuntu-latest
python: 3.11
python: '3.11'
toxenv: py11-test-devdeps

- name: Test building of Sphinx docs
Expand All @@ -79,4 +81,4 @@ jobs:
run: sudo apt-get -y install graphviz
- name: Test with tox
run: |
tox -e ${{ matrix.toxenv }}
python -m tox -e ${{ matrix.toxenv }} ${{ matrix.toxargs }} -- ${{ matrix.posargs }}

0 comments on commit 6d4d05e

Please sign in to comment.