Skip to content

Commit

Permalink
Add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuboudreau committed May 25, 2024
1 parent 439cad5 commit 818e753
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run-algos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
run: |
shell: bash
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y git python3-pip
python3 -m pip install --upgrade pip
- name: Reconstruct and evaluate
env:
OSF_TOKEN: ${{ secrets.OSF_TOKEN }}
Expand Down

0 comments on commit 818e753

Please sign in to comment.