Skip to content

Commit

Permalink
Do not cache the conda packages
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jul 9, 2020
1 parent b4c7492 commit b6445d0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,12 @@ jobs:
# fecth all history so that versioneer works
fetch-depth: 0

- name: Cache conda packages
uses: actions/cache@v2
with:
path: ~/conda_pkgs_dir
key: cache-conda-${{ github.ref }}-${{ runner.os }}-${{ hashFiles('environment.yml') }}
restore-keys: |
cache-conda-refs/heads/master-
# Setup Miniconda
- name: Setup Miniconda
uses: goanpeca/setup-miniconda@v1.6.0
with:
python-version: ${{ matrix.python-version }}
channels: conda-forge
use-only-tar-bz2: true # required for caching conda pacakges

# Install GMT and other required dependencies from conda-forge
- name: Install GMT and required dependencies
Expand Down

0 comments on commit b6445d0

Please sign in to comment.