Skip to content

Commit 94ec119

Browse files
committed
Drop conda cache
1 parent ae5a145 commit 94ec119

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/travis.yml

-13
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,6 @@ jobs:
3030
run: |
3131
git config --global user.name 'NiPreps Bot'
3232
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-
with:
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 }}-
4633
- name: Install DataLad
4734
run: |
4835
$CONDA/bin/conda install -c conda-forge git-annex

0 commit comments

Comments
 (0)