Skip to content

Commit

Permalink
github tests: original constraints + matplotlib --no-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sbailey committed Jan 30, 2025
1 parent b196df2 commit 5316d84
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 @@ -17,10 +17,10 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-22.04]
python-version: [3.11]
python-version: [3.9]
astropy-version: ['==5.0', '<6'] # fuji version
fitsio-version: ['==1.1.6'] # fuji version
numpy-version: ['<2'] # 2 not yet supported by desi
numpy-version: ['<1.23'] # 2 not yet supported by desi
matplotlib-version: ['<3.6.3']

env:
Expand Down

0 comments on commit 5316d84

Please sign in to comment.