Skip to content

Commit 3670fd9

Browse files
committed
ci: comment out pixi build
1 parent 60b2d5d commit 3670fd9

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -92,35 +92,35 @@ jobs:
9292
run: |
9393
pixi run -e ${{ matrix.environment }} ccache -sv
9494
95-
pixi-build:
96-
name: Pixi build - ${{ matrix.os }}
97-
runs-on: ${{ matrix.os }}
95+
# pixi-build:
96+
# name: Pixi build - ${{ matrix.os }}
97+
# runs-on: ${{ matrix.os }}
9898

99-
strategy:
100-
fail-fast: false
101-
matrix:
102-
os: [ubuntu-latest, macos-latest, macos-15-intel, windows-latest]
99+
# strategy:
100+
# fail-fast: false
101+
# matrix:
102+
# os: [ubuntu-latest, macos-latest, macos-15-intel, windows-latest]
103103

104-
steps:
105-
- uses: actions/checkout@v6
104+
# steps:
105+
# - uses: actions/checkout@v6
106106

107107
# - uses: prefix-dev/setup-pixi@v0.9.5
108108
# env:
109109
# CMAKE_BUILD_PARALLEL_LEVEL: 2
110110
# with:
111111
# environments: test-pixi-build
112112

113-
- name: Test package [MacOS/Linux/Windows]
114-
run: |
115-
pixi run -e test-pixi-build test
113+
# - name: Test package [MacOS/Linux/Windows]
114+
# run: |
115+
# pixi run -e test-pixi-build test
116116

117117
check:
118118
if: always()
119119
name: check-macos-linux-windows-pixi
120120

121121
needs:
122122
- pixi
123-
- pixi-build
123+
# - pixi-build
124124

125125
runs-on: ubuntu-latest
126126

0 commit comments

Comments
 (0)