Skip to content

Commit

Permalink
fix pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
mazabou committed Oct 23, 2024
1 parent 3663e1c commit 5ab8c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
python -m pip install --no-user --upgrade pip
pip install --ignore-installed temporaldata --no-user "brainsets @ git+https://${GITHUB_TOKEN}:[email protected]/neuro-galaxy/brainsets@main#egg=brainsets-0.1.0"
pip install --no-user "brainsets @ git+https://${GITHUB_TOKEN}:[email protected]/neuro-galaxy/brainsets@main#egg=brainsets-0.1.0"
- name: Install dependencies
run: |
source venv/bin/activate
Expand Down

0 comments on commit 5ab8c3e

Please sign in to comment.