Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf4486 commit e9b9571Copy full SHA for e9b9571
1 file changed
.github/workflows/pixi_tests.yml
@@ -38,7 +38,9 @@ jobs:
38
uses: prefix-dev/[email protected]
39
with:
40
manifest-path: ci/pixi.toml
41
- cache: true
+ pixi-version: v0.66.0
42
+ locked: false
43
+ cache: false
44
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
45
46
- name: Show pixi info
0 commit comments