Skip to content

Commit

Permalink
Please do not cache packages
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulPPelaez committed May 22, 2023
1 parent b5f21dc commit 2ec7255
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,6 @@ jobs:
- name: Check out
uses: actions/checkout@v2

- name: Cache conda packages
uses: actions/cache@v1
with:
path: ~/conda_pkgs_dir
key: ${{ runner.os }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('environment.yml') }}
env:
# Increase this value to reset cache if environment.yml has not changed
CACHE_NUMBER: 2

- name: Create a conda environment
uses: conda-incubator/setup-miniconda@v2
with:
Expand Down

0 comments on commit 2ec7255

Please sign in to comment.