From a3cdc30ee98d6b04e5f2424efc936119e19e424a Mon Sep 17 00:00:00 2001 From: Ahmet Nihat Simsek Date: Tue, 17 Dec 2024 11:05:09 +0100 Subject: [PATCH] fix ci --- .github/workflows/test-tutorials.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test-tutorials.yml b/.github/workflows/test-tutorials.yml index d9e919d..49f2101 100644 --- a/.github/workflows/test-tutorials.yml +++ b/.github/workflows/test-tutorials.yml @@ -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: @@ -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: |