We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae5a145 commit 94ec119Copy full SHA for 94ec119
.github/workflows/travis.yml
@@ -30,19 +30,6 @@ jobs:
30
run: |
31
git config --global user.name 'NiPreps Bot'
32
git config --global user.email '[email protected]'
33
- - name: Set up Python ${{ matrix.python-version }}
34
- uses: actions/setup-python@v4
35
- with:
36
- python-version: ${{ matrix.python-version }}
37
- - uses: actions/cache@v3
38
- id: conda
39
40
- path: |
41
- /usr/share/miniconda/pkgs
42
- /home/runner/.cache/pip
43
- key: python-${{ matrix.python-version }}-v1
44
- restore-keys: |
45
- python-${{ matrix.python-version }}-
46
- name: Install DataLad
47
48
$CONDA/bin/conda install -c conda-forge git-annex
0 commit comments