Skip to content

Commit

Permalink
Revert "update desiutil/3.4.3 version for testing due to numpy versio…
Browse files Browse the repository at this point in the history
…n requirements"

This reverts commit e863027.
  • Loading branch information
sbailey committed Dec 19, 2024
1 parent e863027 commit c2b3188
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.3
DESIUTIL_VERSION: 3.4.2
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.3
DESIUTIL_VERSION: 3.4.2
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.4.3
DESIUTIL_VERSION: 3.3.0

steps:
- name: Checkout code
Expand Down

0 comments on commit c2b3188

Please sign in to comment.