1 parent ead48c9 commit c664d23Copy full SHA for c664d23
1 file changed
.github/workflows/compatibility-tests.yml
@@ -31,13 +31,7 @@ jobs:
31
# Install CPU-only version of PyTorch
32
pip install torch --index-url https://download.pytorch.org/whl/cpu
33
pip install -e .[test]
34
- pip install bilby
35
- - name: Run bilby compatibility tests (without plugin)
36
- run: |
37
- python -m pytest --bilby-compatibility -m "bilby_compatibility"
38
- - name: Install bilby plugin
39
40
- pip install nessai-bilby
41
- - name: Run bilby compatibility tests (with plugin)
+ pip install bilby nessai-bilby
+ - name: Run bilby compatibility tests
42
run: |
43
python -m pytest --bilby-compatibility -m "bilby_compatibility"
0 commit comments