We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ab188 commit b5ec4d9Copy full SHA for b5ec4d9
1 file changed
.github/workflows/python-package-conda-cache.yml
@@ -115,14 +115,6 @@ jobs:
115
shell: bash -l {0}
116
run: pip install -r docs/requirements.txt
117
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
-
126
- name: Build documentation src
127
128
run: make build-src -C docs/
0 commit comments