We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26771dd + cc7a4ed commit ac0b11cCopy full SHA for ac0b11c
.github/workflows/tox.yml
@@ -34,10 +34,13 @@ jobs:
34
run: |
35
git config --global user.name 'NiPreps Bot'
36
git config --global user.email 'nipreps@gmail.com'
37
- - name: Install DataLad
+ - name: Install git-annex and DataLad
38
39
- $CONDA/bin/conda install -c conda-forge git-annex
40
- uv tool install --with=datalad-next --with=datalad-osf datalad
+ uv tool install \
+ --with-executables-from=git-annex \
41
+ --with-executables-from=datalad-next \
42
+ --with-executables-from=datalad-osf \
43
+ datalad
44
- name: Check remote HEAD
45
id: test-head
46
0 commit comments