Skip to content

Commit 34a297b

Browse files
committed
added jax install to workflow
1 parent b5e27c9 commit 34a297b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install dependencies 🛠
2626
run: |
2727
python -m pip install --upgrade pip setuptools
28-
pip install flake8 codecov pytest-cov wheel matplotlib seaborn mne
28+
pip install flake8 codecov pytest-cov wheel matplotlib seaborn mne "jax[cpu]"
2929
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3030
pip install .
3131
- name: Lint with flake8 🎓

0 commit comments

Comments
 (0)