Skip to content

Commit

Permalink
add apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
hvgazula committed Feb 6, 2024
1 parent 92da80a commit 0743dba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/aws_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
# Datalad get the sample dataset
- name: Get sample dataset
run: |
apt-get update
apt install unzip datalad python3-pip tree -y
python3 -m pip install datalad-installer datalad-osf
datalad-installer --sudo ok git-annex -m datalad/git-annex:release
Expand Down

0 comments on commit 0743dba

Please sign in to comment.