Skip to content

Commit

Permalink
further tweaking/testing
Browse files Browse the repository at this point in the history
  • Loading branch information
geordie666 committed Sep 9, 2024
1 parent ffee8d8 commit 2c57785
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
matrix:
os: [ubuntu-latest]
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.
matplotlib-version: ['<3.6.3'] # later versions of matplotlib require later versions of numpy.
Expand Down Expand Up @@ -93,7 +92,7 @@ jobs:
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: coveralls
run: coveralls --service=github

docs:
name: Doc test
Expand Down

0 comments on commit 2c57785

Please sign in to comment.