Skip to content

Commit

Permalink
update coveralls to 3.10 now other tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
geordie666 committed Sep 9, 2024
1 parent 3f22d9e commit 9aac14a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
python-version: ['3.10'] # ADM fuji+guadalupe version. 3.10 fails on a single unit test.
python-version: ['3.10'] # ADM Python 3.11 still has problems with Numpy 1.23.
astropy-version: ['==5.0', '<6'] # ADM fuji+guadalupe version, latest.
fitsio-version: ['==1.1.6', '<2'] # ADM fuji+guadalupe version, latest.
numpy-version: ['<1.23'] # to keep asscalar, used by astropy.
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ['3.9'] # ADM fuji+guadalupe version. 3.10 fails on a single unit test.
python-version: ['3.10'] # ADM Python 3.11 still has problems with Numpy 1.23.
astropy-version: ['<6'] # ADM latest version.
fitsio-version: ['<2'] # ADM latest version.
numpy-version: ['<1.23'] # to keep asscalar, used by astropy.
Expand Down

0 comments on commit 9aac14a

Please sign in to comment.