Skip to content

Commit a545b00

Browse files
committed
fix pixi version
1 parent c37b195 commit a545b00

File tree

6 files changed

+11
-93
lines changed

6 files changed

+11
-93
lines changed

.github/workflows/manual_test_library.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup pixi
1313
uses: prefix-dev/[email protected]
1414
with:
15-
pixi-version: v0.37.0
15+
pixi-version: v0.38.0
1616
cache: false
1717
- run: pixi run -e py311 test-api
1818
Mac64-Tests:
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup pixi
2424
uses: prefix-dev/[email protected]
2525
with:
26-
pixi-version: v0.37.0
26+
pixi-version: v0.38.0
2727
cache: false
2828
- run: pixi run -e py311 test-api
2929
MacArm-Tests:
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup pixi
3535
uses: prefix-dev/[email protected]
3636
with:
37-
pixi-version: v0.37.0
37+
pixi-version: v0.38.0
3838
cache: false
3939
- run: pixi run -e py311 test-api
4040
Linux-Tests:
@@ -45,7 +45,7 @@ jobs:
4545
- name: Setup pixi
4646
uses: prefix-dev/[email protected]
4747
with:
48-
pixi-version: v0.37.0
48+
pixi-version: v0.38.0
4949
cache: false
5050
- run: pixi run -e py311 test-api
5151

.github/workflows/on_push_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup pixi
1212
uses: prefix-dev/[email protected]
1313
with:
14-
pixi-version: v0.37.0
14+
pixi-version: v0.38.0
1515
cache: false
1616
- run: pixi run -e py311 test-api
1717

.github/workflows/on_tag_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup pixi
2828
uses: prefix-dev/[email protected]
2929
with:
30-
pixi-version: v0.37.0
30+
pixi-version: v0.38.0
3131
cache: false
3232
- run: pixi run sdist
3333
- run: pixi run wheel

.github/workflows/publish-to-test-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup pixi
2525
uses: prefix-dev/[email protected]
2626
with:
27-
pixi-version: v0.37.0
27+
pixi-version: v0.38.0
2828
cache: false
2929
- name: Build a binary wheel and a source tarball
3030
run: pixi run build
@@ -134,7 +134,7 @@ jobs:
134134
- name: Setup pixi
135135
uses: prefix-dev/[email protected]
136136
with:
137-
pixi-version: v0.37.0
137+
pixi-version: v0.38.0
138138
cache: false
139139
- name: Build a binary wheel and a source tarball
140140
run: pixi run conda-build

0 commit comments

Comments
 (0)