Skip to content

Commit

Permalink
Merge pull request #544 from bmorris3/ci-updates
Browse files Browse the repository at this point in the history
Modernizing CI workflow
  • Loading branch information
bmorris3 authored Mar 17, 2023
2 parents f6fa9d2 + f49ddef commit 0f8d891
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,26 +35,26 @@ jobs:
python: 3.7
toxenv: py37-test

- name: Python 3.8 with all optional dependencies, coverage checking and remote data
os: ubuntu-latest
python: 3.8
toxenv: py38-test-alldeps-cov
toxposargs: --remote-data

- name: OS X - Python 3.8 with all optional dependencies
- name: OS X - Python 3.9 with minimal dependencies
os: macos-latest
python: 3.8
toxenv: py38-test-alldeps
python: 3.9
toxenv: py39-test

- name: Windows - Python 3.8 with all optional dependencies
- name: Windows - Python 3.11 with all optional dependencies
os: windows-latest
python: 3.8
toxenv: py38-test-alldeps
python: 3.11
toxenv: py11-test-alldeps

- name: Python 3.9 with latest dev versions of key dependencies
- name: Python 3.11 with remote data, all dependencies, and coverage
os: ubuntu-latest
python: 3.9
toxenv: py39-test-devdeps
python: 3.11
toxenv: py11-test-alldeps-cov
toxposargs: --remote-data

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

- name: Test building of Sphinx docs
os: ubuntu-latest
Expand Down

0 comments on commit 0f8d891

Please sign in to comment.