Skip to content

Commit

Permalink
force install of pysap-fmri
Browse files Browse the repository at this point in the history
  • Loading branch information
paquiteau committed Mar 28, 2024
1 parent 6c57d2e commit f38073c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
- name: Install deps
run: |
python -m pip install --upgrade pip wheel
python -m pip install python-pysap pysap-mri
python -m pip install python-pysap
python -m pip install .[test] matplotlib
python -m pip install --upgrade git+https://github.com/CEA-COSMIC/ModOpt
python -m pip install --upgrade git+https://github.com/paquiteau/pysap-fmri
- name: Test
run: pytest

0 comments on commit f38073c

Please sign in to comment.