Skip to content

Commit 47b7a7f

Browse files
ci: fix pixi failure
1 parent 2b94ffa commit 47b7a7f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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: false # somehow it's not working, can't detect new pixi.lock
122+
cache: true
123123
# Optional: Uncomment if you need prefix.dev authentication
124124
# auth-host: prefix.dev
125125
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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: false # somehow it's not working, can't detect new pixi.lock
122+
cache: true
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)