Skip to content

Commit

Permalink
fix tests on push
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmetNSimsek committed Jan 10, 2025
1 parent c2d891f commit dd5b727
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test-tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,16 @@ jobs:
with:
python-version: '3.10'

- name: Set siibra-python branch
id: set_branch
run: |
INPUT=${{ github.event.inputs.siibra_python_branch }}
echo "::set-output name=value::${INPUT:-"main"}"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install git+https://github.com/FZJ-INM1-BDA/siibra-python.git@${{ inputs.siibra_python_branch }}
pip install git+https://github.com/FZJ-INM1-BDA/siibra-python.git@${{ steps.set_branch.outputs.value}}
pip install siibra_jugex
pip install matplotlib
pip install pytest nbmake
Expand Down

0 comments on commit dd5b727

Please sign in to comment.