Skip to content

Commit

Permalink
Remove conda package caching
Browse files Browse the repository at this point in the history
  • Loading branch information
leouieda committed Aug 20, 2024
1 parent 2483c2c commit 0e75be9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ jobs:
path: ~/.cache/Tectonic
key: tectonic-${{ runner.os }}

- name: Setup caching for conda packages
uses: actions/cache@v3
with:
path: ~/conda_pkgs_dir
key: conda-${{ runner.os }}-${{ hashFiles('environment.yml') }}

- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2.1.1
with:
Expand Down

0 comments on commit 0e75be9

Please sign in to comment.