We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e27c9 commit 34a297bCopy full SHA for 34a297b
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install dependencies 🛠
26
run: |
27
python -m pip install --upgrade pip setuptools
28
- pip install flake8 codecov pytest-cov wheel matplotlib seaborn mne
+ pip install flake8 codecov pytest-cov wheel matplotlib seaborn mne "jax[cpu]"
29
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
30
pip install .
31
- name: Lint with flake8 🎓
0 commit comments