Skip to content

Commit 55766eb

Browse files
committed
CI: Do not try to install datalad through conda
1 parent 9d966f8 commit 55766eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unittests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ jobs:
108108
python-${{ matrix.python-version }}-${{ env.CACHE_NUM }}
109109
- name: Install DataLad
110110
run: |
111-
conda install git-annex datalad pip
112-
pip install datalad-osf
111+
conda install git-annex=*=alldep* pip
112+
pip install datalad datalad-osf
113113
- name: Install fsl
114114
run: |
115115
conda install fsl-fugue fsl-topup

0 commit comments

Comments
 (0)