Skip to content

Commit

Permalink
patch up skyCatalogs pyproject.yaml to fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
esheldon committed May 22, 2024
1 parent 7f787c8 commit 63f888f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
run: |
git clone https://github.com/LSSTDESC/skyCatalogs.git
cd skyCatalogs
# git checkout v1.7.0rc4
git checkout v1.6.0rc2
# turn off build isolation for newer pip
git checkout v1.7.0rc4
# fix bug specifying version
sed -i.bak 's/\.skycatalogs/skycatalogs/' pyproject.toml
pip install --no-build-isolation --no-deps -e .
cd ..
Expand Down

0 comments on commit 63f888f

Please sign in to comment.