Skip to content

Commit

Permalink
Consistentify versions of Python in dev tests (PlasmaPy#2599)
Browse files Browse the repository at this point in the history
  • Loading branch information
namurphy committed Mar 27, 2024
1 parent f0c0ab3 commit d328126
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/weekly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,30 +37,30 @@ jobs:
python: '3.10'
toxenv: py310-lowest_direct-pytest_all

- name: Python 3.10, with Astropy dev, all tests, Ubuntu
- name: Python 3.12, with Astropy dev, all tests, Ubuntu
os: ubuntu-latest
python: '3.10'
toxenv: py310-pytest_all-astropydev
python: '3.12'
toxenv: py312-pytest_all-astropydev

- name: Python 3.10, with matplotlib dev, all tests, Ubuntu
- name: Python 3.12, with matplotlib dev, all tests, Ubuntu
os: ubuntu-latest
python: '3.10'
python: '3.12'
toxenv: py312-pytest_all-matplotlibdev

- name: Python 3.10, with NumPy dev, all tests, Ubuntu
- name: Python 3.12, with NumPy dev, all tests, Ubuntu
os: ubuntu-latest
python: '3.10'
python: '3.12'
toxenv: py312-pytest_all-numpydev

- name: Python 3.12, with NumPy dev, all tests, Windows
os: windows-latest
python: '3.12'
toxenv: py312-pytest_all-numpydev

- name: Python 3.10, all tests, xarray dev, Ubuntu
- name: Python 3.12, all tests, xarray dev, Ubuntu
os: ubuntu-latest
python: '3.10'
toxenv: py310-pytest_all-xarraydev
python: '3.12'
toxenv: py312-pytest_all-xarraydev

- name: Documentation, with Sphinx dev, Python 3.12, Ubuntu
os: ubuntu-latest
Expand Down

0 comments on commit d328126

Please sign in to comment.