Skip to content

Commit 28f6c2b

Browse files
committed
install onnxruntime in CI
1 parent 0ec5af6 commit 28f6c2b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test_pipeline.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
with:
3131
python-version: "3.10"
3232
- name: Install Pylossless & Deps
33-
run: pip install -e .
33+
run: |
34+
pip install -e .
35+
pip install onnxruntime # Needed for MNE-ICALabel
3436
- name: Test import
3537
run: |
3638
python -c "import pylossless"

0 commit comments

Comments
 (0)