Skip to content

Commit

Permalink
github tests: matplotlib needs PIL
Browse files Browse the repository at this point in the history
  • Loading branch information
sbailey committed Jan 30, 2025
1 parent 5316d84 commit bcd05d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
python -m pip install -r requirements.txt
python -m pip install -U 'numpy${{ matrix.numpy-version }}'
python -m pip install -U 'astropy${{ matrix.astropy-version }}'
python -m pip install PIL
python -m pip install --no-deps -U 'matplotlib${{ matrix.matplotlib-version }}'
python -m pip cache remove fitsio
python -m pip install --no-deps --force-reinstall --ignore-installed 'fitsio${{ matrix.fitsio-version }}'
Expand Down

0 comments on commit bcd05d5

Please sign in to comment.