Skip to content

Commit

Permalink
Testing GH Acwqtions
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Damian authored and Adrian Damian committed Dec 9, 2021
1 parent c8b2c80 commit e438100
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
fail-fast: true
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
include:
# astropy-version: [latest ,astropy42, astropy43, astropy50]
# steps:
# - name: Checkout code
Expand All @@ -47,17 +48,15 @@ jobs:
# echo "Tox python target: " $tox_python_target
# tox -e $tox_python_target-test

- name: oldest dependencies
os: ubuntu-latest
python: 3.7
toxenv: py37-test-oldestdeps
toxargs: -v
- name: oldest dependencies
python: 3.7
toxenv: py37-test-oldestdeps
toxargs: -v

- name: astropy dev
os: ubuntu-latest
python: 3.9
toxenv: py310-test-devastropy
toxargs: -v
- name: astropy dev
python: 3.9
toxenv: py310-test-devastropy
toxargs: -v


mac_windows:
Expand Down

0 comments on commit e438100

Please sign in to comment.