Skip to content

Commit

Permalink
update python versions in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Mar 13, 2024
1 parent 350ffcd commit 398b5f7
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,24 +38,24 @@ jobs:
toxenv: py39

- name: Twine check
python-version: 3.9
python-version: 3.11
os: ubuntu-latest
toxenv: twine

- name: Code style checks
python-version: 3.9
python-version: 3.11
os: ubuntu-latest
toxenv: codestyle

- name: macOS
python-version: 3.9
python-version: 3.11
os: macos-latest
toxenv: py39

- name: Windows
python-version: 3.9
python-version: 3.11
os: windows-latest
toxenv: py39
toxenv: py311

steps:
- name: Checkout code
Expand All @@ -82,26 +82,18 @@ jobs:
with:
fetch-depth: 0
path: asdf-transform-schemas
- name: Checkout astropy dev
uses: actions/checkout@v2
with:
fetch-depth: 0
repository: astropy/astropy
path: astropy
- name: Checkout asdf-astropy dev
uses: actions/checkout@v2
with:
fetch-depth: 0
repository: astropy/asdf-astropy
path: asdf-astropy
- name: Set up Python 3.9
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.11
- name: Install asdf-transform-schemas
run: cd asdf-transform-schemas && pip install .
- name: Install astropy
run: cd astropy && pip install -e .[all,test]
- name: Install asdf-astropy
run: cd asdf-astropy && pip install -e .[test]
- name: Pip Freeze
Expand Down

0 comments on commit 398b5f7

Please sign in to comment.