Skip to content

Commit 6bca496

Browse files
committed
try latest pixi
1 parent 46742a8 commit 6bca496

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/mac_test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,14 @@ jobs:
4343
#pixi-version: v0.39.5
4444
manifest-path: pixi/pixi.toml
4545

46+
# run pixi command
47+
- name: update
48+
run: pixi help
49+
4650
# run install to see if it works
4751
- name: Build
4852
# run: pixi run --manifest-path pixi/pixi.toml -e ${{ matrix.env }} install${{ matrix.os.cmd_extra }}
4953
run:
50-
pixi help
5154
pixi run --manifest-path pixi/pixi.toml -e ${{ matrix.env }} install
5255

5356
- name: test

0 commit comments

Comments
 (0)