Skip to content

Commit b7d9c2e

Browse files
committed
ci: disable cache for now
1 parent a67848e commit b7d9c2e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/conda-python-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ jobs:
121121
uses: prefix-dev/setup-pixi@fef5c9568ca6c4ff7707bf840ab0692ba3f08293
122122
with:
123123
environments: ${{ env.PIXI_ENV }}
124+
cache: false
124125
- name: Python tests
125126
run: ${{ inputs.script }}
126127
env:

.github/workflows/docs-build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
uses: prefix-dev/setup-pixi@fef5c9568ca6c4ff7707bf840ab0692ba3f08293
3030
with:
3131
environments: docs
32+
cache: false
3233
- name: Docs build
3334
run: pixi run -e docs build-docs
3435
env:

.github/workflows/simulator-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
uses: prefix-dev/setup-pixi@fef5c9568ca6c4ff7707bf840ab0692ba3f08293
107107
with:
108108
environments: ${{ env.PIXI_ENV }}
109+
cache: false
109110
- name: Python tests
110111
run: ${{ inputs.script }}
111112
env:

0 commit comments

Comments
 (0)