We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4f14be + b920476 commit f9afcc6Copy full SHA for f9afcc6
.github/workflows/publish.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
fetch-depth: 0
28
- name: Setup Pixi
29
- uses: prefix-dev/setup-pixi@v0.9.1
+ uses: prefix-dev/setup-pixi@v0.9.3
30
31
- name: Create tag version
32
id: tag
.github/workflows/unittest.yml
uses: actions/checkout@v5
- name: Start docker containers
run: |
.github/workflows/update-lockfiles.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v5
17
- name: Set up pixi
18
19
20
run-install: false
21
- name: Update lockfiles
0 commit comments