We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5d4be commit d7a3a23Copy full SHA for d7a3a23
.github/actions/install-dependencies/action.yml
@@ -12,14 +12,6 @@ runs:
12
steps:
13
# cache ref https://github.com/conda-incubator/setup-miniconda#caching-packages
14
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
-
23
- name: Setup conda-forge
24
uses: conda-incubator/setup-miniconda@v2
25
with:
0 commit comments