Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
paquiteau committed Mar 28, 2024
1 parent 1f8ec98 commit 6c57d2e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,11 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python }}
- name: Install pysap
- name: Install deps
run: |
python -m pip install --upgrade pip wheel
python -m pip install python-pysap pysap-mri
python -m pip install git+https://github.com/CEA-COSMIC/ModOpt
- name: Install test dependencies
run: |
python -m pip install git+https://github.com/paquiteau/pysap-fmri
python -m pip install .[test] matplotlib
python -m pip install --upgrade git+https://github.com/CEA-COSMIC/ModOpt
- name: Test
run: pytest

0 comments on commit 6c57d2e

Please sign in to comment.