Skip to content

Commit 8c2b955

Browse files
committed
DOC: Update Conda setup action to include cache-buster for improved caching
1 parent 33aa3db commit 8c2b955

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docbuild-and-upload.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242

4343
- name: Set up Conda
4444
uses: ./.github/actions/setup-conda
45-
45+
with:
46+
cache-buster: ${{ github.sha }}
4647
- name: Build Pandas
4748
uses: ./.github/actions/build_pandas
4849

0 commit comments

Comments
 (0)