We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d0cf8 commit 6e1a7deCopy full SHA for 6e1a7de
.github/workflows/deploy.yml
@@ -68,6 +68,8 @@ jobs:
68
with:
69
python-version: 3.11
70
- name: setup datalad
71
+ env:
72
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # for rate limit when installing git-annex from github
73
run: |
74
python -m pip install datalad-installer
75
datalad-installer git-annex -m datalad/git-annex:release
0 commit comments