Skip to content

Commit

Permalink
CI: Bump conda cache, set timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed May 13, 2022
1 parent 84a2bf5 commit 913aec2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,16 @@ jobs:
path: |
/usr/share/miniconda/pkgs
/home/runner/.cache/pip
key: python-${{ matrix.python-version }}-v2
key: python-${{ matrix.python-version }}-v3
restore-keys: |
python-${{ matrix.python-version }}-
python-${{ matrix.python-version }}-v3
- name: Install DataLad
run: |
$CONDA/bin/conda install -c conda-forge git-annex datalad pip
$CONDA/bin/pip install datalad-osf
- uses: actions/checkout@v2
- name: Install minimal dependencies
timeout-minutes: 5
run: |
$CONDA/bin/pip install -r min-requirements.txt
$CONDA/bin/pip install .[tests]
Expand Down

0 comments on commit 913aec2

Please sign in to comment.