Skip to content

Commit

Permalink
trying to fix macos pip install . error
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosggarcia committed Nov 5, 2024
1 parent 200d3ab commit 3c5a23b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ jobs:
- name: Install TJPCov
run: |
pip install .[nmt] --no-deps
# pip install .[nmt] --no-deps
pip install "git+https://github.com/LSSTDESC/TJPCov.git#egg=TJPCov[nmt]" --no-deps
- name: Install mpi4py into cache
# If this is cached, re-add mpi4py
Expand Down

0 comments on commit 3c5a23b

Please sign in to comment.