Skip to content

Commit 6dde38b

Browse files
committed
add pixi upgrade
1 parent 9680962 commit 6dde38b

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/mac_test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,12 @@ jobs:
4444
manifest-path: pixi/pixi.toml
4545

4646
# run pixi command
47-
- name: update
48-
run: pixi help
49-
47+
- name: upgrade
48+
run: pixi upgrade compilers clang
49+
50+
- name: see-upgrade
51+
run: git diff
52+
5053
# run install to see if it works
5154
- name: Build
5255
# run: pixi run --manifest-path pixi/pixi.toml -e ${{ matrix.env }} install${{ matrix.os.cmd_extra }}

0 commit comments

Comments
 (0)