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 46742a8 commit 6bca496Copy full SHA for 6bca496
.github/workflows/mac_test.yml
@@ -43,11 +43,14 @@ jobs:
43
#pixi-version: v0.39.5
44
manifest-path: pixi/pixi.toml
45
46
+ # run pixi command
47
+ - name: update
48
+ run: pixi help
49
+
50
# run install to see if it works
51
- name: Build
52
# run: pixi run --manifest-path pixi/pixi.toml -e ${{ matrix.env }} install${{ matrix.os.cmd_extra }}
53
run:
- pixi help
54
pixi run --manifest-path pixi/pixi.toml -e ${{ matrix.env }} install
55
56
- name: test
0 commit comments