Skip to content

Commit 2b94ffa

Browse files
ci: disable pixi caching (it doesn't work as expected)
1 parent 877c627 commit 2b94ffa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
uses: prefix-dev/setup-pixi@v0.9.3
120120
with:
121121
pixi-version: v0.59.0
122-
cache: true
122+
cache: false # somehow it's not working, can't detect new pixi.lock
123123
# Optional: Uncomment if you need prefix.dev authentication
124124
# auth-host: prefix.dev
125125
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}

src/afterpython/templates/ci-workflow-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
uses: prefix-dev/setup-pixi@v0.9.3
120120
with:
121121
pixi-version: v0.59.0
122-
cache: true
122+
cache: false # somehow it's not working, can't detect new pixi.lock
123123
# Optional: Uncomment if you need prefix.dev authentication
124124
# auth-host: prefix.dev
125125
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}

0 commit comments

Comments
 (0)