Skip to content

Commit 86ca8e9

Browse files
fix pixi CI workflow
1 parent d762d47 commit 86ca8e9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci-macos-linux-windows-pixi.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [ubuntu-latest, macos-latest, macos-13, windows-latest]
21-
environment: [full-scope]
21+
environment: [full]
2222
build_type: [Release]
2323

2424
steps:
@@ -34,7 +34,4 @@ jobs:
3434
env:
3535
SOFA_BUILD_TYPE: ${{ matrix.build_type }}
3636
run: |
37-
pixi run -e ${{ matrix.environment }} configure
38-
pixi run -e ${{ matrix.environment }} cmake --build build --target all
39-
pixi run -e ${{ matrix.environment }} ctest --test-dir build --output-on-failure
40-
pixi run -e ${{ matrix.environment }} cmake --install build
37+
pixi run -e ${{ matrix.environment }} build

0 commit comments

Comments
 (0)