Skip to content

Commit

Permalink
add pycbc master
Browse files Browse the repository at this point in the history
  • Loading branch information
mj-will committed May 13, 2024
1 parent 5a4193e commit b89236f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
gcc_linux-64
gxx_linux-64
gsl
lapack=3.6.1
lapack=3.6.1 # CI fails if this is not pinned
numpy
scipy
cython
Expand All @@ -45,6 +45,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
# Need current master branch of pycbc
pip install git+https://github.com/gwastro/pycbc.git
# Need older version of BBHx
pip install git+https://github.com/mikekatz04/BBHx.git@dd4c1f5b5a180ca10e699bd0317238be7480f28b
pip install .
shell: micromamba-shell {0}
Expand Down

0 comments on commit b89236f

Please sign in to comment.