Skip to content

Commit

Permalink
Maybe we do need quotes around these...
Browse files Browse the repository at this point in the history
  • Loading branch information
rosteen committed Nov 14, 2023
1 parent f06244e commit 4856f9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,24 @@ jobs:

- name: Python 3.12 with astropy data and coverage
os: ubuntu-latest
python: 3.12
python: '3.12'
toxenv: py312-test-cov
toxargs: -v
toxposargs: --remote-data=astropy

- name: Python 3.12 (Windows)
os: windows-latest
python: 3.12
python: '3.12'
toxenv: py312-test

- name: Python 3.12 (MacOS X)
os: macos-latest
python: 3.12
python: '3.12'
toxenv: py312-test

- name: Python 3.11
os: ubuntu-laters
python: 3.11
python: '3.11'
toxenv: py311-test

- name: Python 3.10
Expand Down

0 comments on commit 4856f9d

Please sign in to comment.