Skip to content

Commit

Permalink
update desiutil/3.4.3 version for testing due to numpy version requir…
Browse files Browse the repository at this point in the history
…ements
  • Loading branch information
sbailey committed Dec 19, 2024
1 parent 510426e commit e863027
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fitsio-version: ['==1.1.6', '<2'] # fuji+guadalupe, latest
numpy-version: ['<1.23'] # to keep asscalar, used by astropy
env:
DESIUTIL_VERSION: 3.4.2
DESIUTIL_VERSION: 3.4.3
DESIMODEL_DATA: branches/test-0.18

steps:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
fitsio-version: ['<2'] # latest
numpy-version: ['<1.23'] # to keep asscalar, used by astropy
env:
DESIUTIL_VERSION: 3.4.2
DESIUTIL_VERSION: 3.4.3
DESIMODEL_DATA: branches/test-0.18

steps:
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
os: [ubuntu-latest]
python-version: ['3.9']
env:
DESIUTIL_VERSION: 3.3.0
DESIUTIL_VERSION: 3.4.3

steps:
- name: Checkout code
Expand Down

0 comments on commit e863027

Please sign in to comment.