We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029f81c commit cd8ad19Copy full SHA for cd8ad19
1 file changed
.github/workflows/tests.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
29
- pip install flake8 pytest sxs romspline
+ pip install flake8 pytest sxs romspline pycbc
30
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
31
#- name: Lint with flake8
32
# run: |
0 commit comments