Skip to content

Commit c664d23

Browse files
committed
CI: remove compatibility tests without plugin
1 parent ead48c9 commit c664d23

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/compatibility-tests.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,7 @@ jobs:
3131
# Install CPU-only version of PyTorch
3232
pip install torch --index-url https://download.pytorch.org/whl/cpu
3333
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-
run: |
40-
pip install nessai-bilby
41-
- name: Run bilby compatibility tests (with plugin)
34+
pip install bilby nessai-bilby
35+
- name: Run bilby compatibility tests
4236
run: |
4337
python -m pytest --bilby-compatibility -m "bilby_compatibility"

0 commit comments

Comments
 (0)