Skip to content

Commit

Permalink
fix installation method for datalad git-annex
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Feb 20, 2023
1 parent cca92dd commit a5f4b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/caches_cron_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
git config --global user.name "CI Almighty"
python -m pip install -U pip # Official recommended way
pip install datalad-installer
datalad-installer --sudo ok git-annex --method auto
datalad-installer --sudo ok git-annex --method datalad/packages
pip install datalad
git config --global filter.annex.process "git-annex filter-process" # recommended for efficiency
- name: Download dataset
Expand Down

0 comments on commit a5f4b15

Please sign in to comment.