Skip to content

Commit

Permalink
revert to last version for which non-coveralls coverage worked
Browse files Browse the repository at this point in the history
  • Loading branch information
geordie666 committed Sep 9, 2024
1 parent 2c57785 commit feba8e9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,13 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ['3.10'] # ADM Python 3.11 still has problems with Numpy 1.23.
python-version: ['3.9'] # 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.
env:
DESIUTIL_VERSION: 3.4.3
DESIUTIL_VERSION: 3.4.2
DESIMODEL_DATA: branches/test-0.18

steps:
Expand Down Expand Up @@ -92,7 +93,7 @@ jobs:
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: coveralls --service=github
run: coveralls

docs:
name: Doc test
Expand Down

0 comments on commit feba8e9

Please sign in to comment.