Skip to content

Commit

Permalink
try what worked in a different CI
Browse files Browse the repository at this point in the history
these lines worked for a different project with a skyCatalogs
dependency
  • Loading branch information
esheldon committed May 22, 2024
1 parent c767fa6 commit 7f787c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ jobs:
run: |
git clone https://github.com/LSSTDESC/skyCatalogs.git
cd skyCatalogs
git checkout v1.7.0rc4
# git checkout v1.7.0rc4
git checkout v1.6.0rc2
# turn off build isolation for newer pip
pip install --no-build-isolation -e .
pip install --no-build-isolation --no-deps -e .
cd ..
- name: Cache data
Expand Down

0 comments on commit 7f787c8

Please sign in to comment.