Skip to content

Commit

Permalink
correct libcfitsio
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrigno committed Jan 12, 2024
1 parent 69e29e3 commit 9dbaf85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install sextractor
run: |
sudo apt-get install -y fftw3 fftw3-dev pkg-config libblas-dev liblapack-dev libatlas-cpp-0.6-dev g++ make automake autoconf libtool libatlas-base-dev cfitsio
sudo apt-get install -y fftw3 fftw3-dev pkg-config libblas-dev liblapack-dev libatlas-cpp-0.6-dev g++ make automake autoconf libtool libatlas-base-dev libcfitsio-dev python3-fitsio
curl -L https://github.com/astromatic/sextractor/archive/refs/tags/2.28.0.tar.gz | tar xzf -
cd sextractor-2.28.0
bash autogen.sh
Expand Down

0 comments on commit 9dbaf85

Please sign in to comment.