Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-katkov authored Nov 28, 2024
1 parent 110cfe9 commit efbe1f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
- name: Install hips2fits_cutout script
run: |
poetry add cdshealpix@^0.7.0
git clone https://github.com/cds-astro/hips2fits-cutout.git /usr/lib/hips2fits-cutout
echo "PYTHONPATH=/usr/lib/hips2fits-cutout:\$PYTHONPATH" >> $GITHUB_ENV
git clone https://github.com/cds-astro/hips2fits-cutout.git $HOME/hips2fits-cutout
echo "PYTHONPATH=$HOME/hips2fits-cutout:\$PYTHONPATH" >> $GITHUB_ENV
- name: Test with pytest
run: |
Expand Down

0 comments on commit efbe1f2

Please sign in to comment.