Skip to content

Commit c1632a7

Browse files
committed
Disable caching for pixi in workflow
1 parent 1c85e0d commit c1632a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
uses: prefix-dev/setup-pixi@v0.9.1
1515
with:
1616
pixi-version: v0.49.0
17-
cache: true
18-
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
17+
cache: false
18+
# cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
1919
environments: docs
2020
- name: Sphinx build
2121
# Build HTML documentation from sources under `docs` to `build` folder.

0 commit comments

Comments
 (0)