Skip to content

Commit bb9badf

Browse files
authored
Merge pull request #226 from altheaden/docs-ci-caching
Remove conda caching in the docs workflow
2 parents f76124b + 9e7affa commit bb9badf

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/docs_workflow.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,6 @@ jobs:
2323
persist-credentials: false
2424
fetch-depth: 0
2525

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-
3626
- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
3727
name: Set up Conda Environment
3828
uses: conda-incubator/setup-miniconda@v3

0 commit comments

Comments
 (0)