Skip to content

Commit cd8ad19

Browse files
authored
Add pycbc to Python dependencies in tests.yml
1 parent 029f81c commit cd8ad19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
pip install flake8 pytest sxs romspline
29+
pip install flake8 pytest sxs romspline pycbc
3030
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3131
#- name: Lint with flake8
3232
# run: |

0 commit comments

Comments
 (0)