Skip to content

Commit

Permalink
Install SCT for CI to fix #98 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
valosekj committed Jul 16, 2024
1 parent ce1a997 commit d58dfee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
# https:/spinalcordtoolbox/spinalcordtoolbox/blob/master/.ci.sh
- name: Install SCT
run: |
git clone https:/spinalcordtoolbox/spinalcordtoolbox.git
cd spinalcordtoolbox
./.ci.sh -i
- name: Run tests with pytest
run: |
python -m pytest -v tests/test_utils.py
Expand Down

0 comments on commit d58dfee

Please sign in to comment.