Skip to content

Commit

Permalink
now unit tests are passing again, back to trying to fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
geordie666 committed Sep 6, 2024
1 parent eed01d8 commit 9678aff
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,14 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
python-version: [3.9]
fitsio-version: ['==1.1.6'] # fuji version
numpy-version: ['<1.23'] # to keep asscalar, used by astropy
python-version: ['3.10'] # latest version.
astropy-version: ['<6'] # latest version.
fitsio-version: ['<2'] # 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.2.5
DESIMODEL_DATA: branches/test-0.17
DESIUTIL_VERSION: 3.4.2
DESIMODEL_DATA: branches/test-0.18

steps:
- name: Checkout code
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 9678aff

Please sign in to comment.