Skip to content

Commit b5ec4d9

Browse files
committed
fixup
1 parent 10ab188 commit b5ec4d9

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/python-package-conda-cache.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,6 @@ jobs:
115115
shell: bash -l {0}
116116
run: pip install -r docs/requirements.txt
117117

118-
- name: Save doc env cache
119-
if: steps.cache-doc.outputs.cache-hit != 'true'
120-
uses: actions/cache/save@v4
121-
with:
122-
path: ${{ matrix.prefix }}
123-
key: ${{ matrix.label }}-conda-${{ hashFiles('environment.yml') }}-${{ hashFiles('docs/requirements.txt') }}-${{ env.DATE }}-${{ env.CACHE_NUMBER }}
124-
id: cache-doc-2
125-
126118
- name: Build documentation src
127119
shell: bash -l {0}
128120
run: make build-src -C docs/

0 commit comments

Comments
 (0)