Skip to content

Commit d7a3a23

Browse files
committed
Remove unused caching of packages dir
1 parent dd5d4be commit d7a3a23

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/actions/install-dependencies/action.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@ runs:
1212
steps:
1313
# cache ref https://github.com/conda-incubator/setup-miniconda#caching-packages
1414

15-
# caching conda packages saves download time, but not unpack / solve
16-
# - name: Cache conda packages
17-
# uses: actions/cache@v2
18-
# with:
19-
# path: ~/conda_pkgs_dir
20-
# key:
21-
# conda-pkgs-${{ inputs.python-version }}-${{ hashFiles('.github/actions/install-dependencies/*') }}-${{ hashFiles('environment.yml') }}
22-
2315
- name: Setup conda-forge
2416
uses: conda-incubator/setup-miniconda@v2
2517
with:

0 commit comments

Comments
 (0)