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 4c1ee1d commit 88f9c1cCopy full SHA for 88f9c1c
.github/workflows/static.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: prefix-dev/[email protected]
13
with:
14
environments: static
15
- cache: true
+ cache: false
16
17
- name: Re-install local
18
run: |
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
environments: >-
22
dev
23
nogil
24
25
26
27
.github/workflows/wheel.yml
@@ -11,7 +11,7 @@ jobs:
11
environments: dev
pixi reinstall -e dev --frozen fastcan
0 commit comments