Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Jan 7, 2025
1 parent c7762aa commit a6ebcbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
fitsio-version: ['==1.1.6'] # fuji+guadalupe version
numpy-version: ['<1.23'] # to keep asscalar, used by astropy
include:
- os: [ubuntu-latest]
- os: ubuntu-latest
python-version: '3.10'
astropy-version: '<7'
fitsio-version: '==1.2.4'
numpy-version: '2.1.3'
numpy-version: '==2.1.3'

steps:
- name: Checkout code
Expand Down

0 comments on commit a6ebcbc

Please sign in to comment.