@@ -75,37 +75,37 @@ jobs:
7575 run : |
7676 pixi run -e ${{ matrix.environment }} ccache -sv
7777
78- aligator-pixi-build :
79- name : Pixi build - ${{ matrix.os }}
80- runs-on : ${{ matrix.os }}
81-
82- strategy :
83- fail-fast : false
84- matrix :
85- os : [ubuntu-latest, macos-latest, macos-15-intel]
86-
87- steps :
88- - uses : actions/checkout@v5
89- with :
90- submodules : recursive
91-
92- - uses : prefix-dev/setup-pixi@v0.9.3
93- env :
94- CMAKE_BUILD_PARALLEL_LEVEL : 2
95- with :
96- cache : false # avoid symbol collision issues due to preinstalled project
97- environments : test-pixi-build
98-
99- - name : Test package
100- run : |
101- pixi run -e test-pixi-build test
78+ # aligator-pixi-build:
79+ # name: Pixi build - ${{ matrix.os }}
80+ # runs-on: ${{ matrix.os }}
81+
82+ # strategy:
83+ # fail-fast: false
84+ # matrix:
85+ # os: [ubuntu-latest, macos-latest, macos-15-intel]
86+
87+ # steps:
88+ # - uses: actions/checkout@v5
89+ # with:
90+ # submodules: recursive
91+
92+ # - uses: prefix-dev/setup-pixi@v0.9.3
93+ # env:
94+ # CMAKE_BUILD_PARALLEL_LEVEL: 2
95+ # with:
96+ # cache: false # avoid symbol collision issues due to preinstalled project
97+ # environments: test-pixi-build
98+
99+ # - name: Test package
100+ # run: |
101+ # pixi run -e test-pixi-build test
102102
103103 check :
104104 name : check-macos-linux-pixi
105105
106106 needs :
107107 - aligator-pixi
108- - aligator-pixi-build
108+ # - aligator-pixi-build
109109
110110 runs-on : ubuntu-latest
111111
0 commit comments