Skip to content

Commit ac0b11c

Browse files
authored
Merge pull request #291 from effigies/ci/drop-conda
chore: Install git-annex from PyPI
2 parents 26771dd + cc7a4ed commit ac0b11c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/tox.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,13 @@ jobs:
3434
run: |
3535
git config --global user.name 'NiPreps Bot'
3636
git config --global user.email 'nipreps@gmail.com'
37-
- name: Install DataLad
37+
- name: Install git-annex and DataLad
3838
run: |
39-
$CONDA/bin/conda install -c conda-forge git-annex
40-
uv tool install --with=datalad-next --with=datalad-osf datalad
39+
uv tool install \
40+
--with-executables-from=git-annex \
41+
--with-executables-from=datalad-next \
42+
--with-executables-from=datalad-osf \
43+
datalad
4144
- name: Check remote HEAD
4245
id: test-head
4346
run: |

0 commit comments

Comments
 (0)