Skip to content

Commit

Permalink
fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mazabou committed Oct 23, 2024
1 parent 1f1ee6e commit f13b465
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
python -m pip install --no-user --upgrade pip
pip install --no-user "temporaldata @ git+https://${GITHUB_TOKEN}:x-oauth-basic@github.com/neuro-galaxy/temporaldata@main#egg=temporaldata-0.1.1"
pip install --no-user "brainsets @ git+https://${GITHUB_TOKEN}:x-oauth-basic@github.com/neuro-galaxy/brainsets@main#egg=brainsets-0.1.0"
python -m pip install --no-user --upgrade pip
pip install --no-user "temporaldata @ git+https://${GITHUB_TOKEN}@github.com/neuro-galaxy/temporaldata.git@main#egg=temporaldata-0.1.1"
pip install --no-user "brainsets @ git+https://${GITHUB_TOKEN}@github.com/neuro-galaxy/brainsets.git@main#egg=brainsets-0.1.0"
- name: Install dependencies
run: |
source venv/bin/activate
Expand Down

0 comments on commit f13b465

Please sign in to comment.