Skip to content

Commit 02740c6

Browse files
committed
CI: Install JAMICA from PyPI in conda tests
1 parent ba556eb commit 02740c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
# e.g., `full` includes `mne[full-no-qt]`, but the action won't recognise this, so we need to specify `full-no-qt` explicitly
9595
# ffmpeg is pinned to work around a conda solver issue (gh-14023)
9696
additional-dependencies: pip,mamba,conda,nomkl,noqt5,ffmpeg==8.1.2
97-
pip-dependencies: pymef
97+
pip-dependencies: jamica,pymef
9898
requirements-overrides: PySide6==6.11.1,vtk==9.6.2
9999
- uses: autofix-ci/action@c5b2d67aa2274e7b5a18224e8171550871fc7e4a
100100
if: success() || failure()

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ dependencies:
2323
- ipympl
2424
- ipython !=8.7.0,>=2.0
2525
- ipywidgets
26-
- jamica >=0.3.0
2726
- jinja2 >=3.1
2827
- joblib >=0.8
2928
- jupyter
@@ -70,5 +69,6 @@ dependencies:
7069
- vtk ==9.6.2
7170
- xlrd
7271
- pip:
72+
- jamica>=0.3.0
7373
- pymef
7474
- pyobjc-framework-Cocoa>=5.2.0; platform_system == "Darwin"

0 commit comments

Comments
 (0)