Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmetNSimsek committed Dec 17, 2024
1 parent 3b802f5 commit a3cdc30
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test-tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ jobs:
with:
python-version: '3.10'

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -U .
pip install -r requirements.txt
pip install siibra_jugex
pip install matplotlib
pip install pytest nbmake
- name: checkout siibra-python
uses: actions/checkout@v4
with:
Expand All @@ -33,15 +42,6 @@ jobs:

- name: move siibra-python one up from workspace
run: mv siibra-python-${{ github.run_id }}-${{ github.run_number }} ../siibra-python

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -U .
pip install -r requirements.txt
pip install siibra_jugex
pip install matplotlib
pip install pytest nbmake

- name: Install siibra-python testing requirements
run: |
Expand Down

0 comments on commit a3cdc30

Please sign in to comment.