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.
2 parents f76124b + 9e7affa commit bb9badfCopy full SHA for bb9badf
.github/workflows/docs_workflow.yml
@@ -23,16 +23,6 @@ jobs:
23
persist-credentials: false
24
fetch-depth: 0
25
26
- - name: Cache Conda
27
- uses: actions/cache@v4
28
- env:
29
- # Increase this value to reset cache if deploy/conda-dev-spec.template has not changed in the workflow
30
- CACHE_NUMBER: 0
31
- with:
32
- path: ~/conda_pkgs_dir
33
- key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{
34
- hashFiles('spec-file.txt') }}
35
-
36
- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
37
name: Set up Conda Environment
38
uses: conda-incubator/setup-miniconda@v3
0 commit comments