We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9680962 commit 6dde38bCopy full SHA for 6dde38b
1 file changed
.github/workflows/mac_test.yml
@@ -44,9 +44,12 @@ jobs:
44
manifest-path: pixi/pixi.toml
45
46
# run pixi command
47
- - name: update
48
- run: pixi help
49
-
+ - name: upgrade
+ run: pixi upgrade compilers clang
+
50
+ - name: see-upgrade
51
+ run: git diff
52
53
# run install to see if it works
54
- name: Build
55
# run: pixi run --manifest-path pixi/pixi.toml -e ${{ matrix.env }} install${{ matrix.os.cmd_extra }}
0 commit comments