Skip to content

Commit 73afd0b

Browse files
authored
Merge pull request #629 from jorisv/topic/deactivate-pixi-build-ci
Deactivate pixi build ci
2 parents 5d00d59 + 0f1c2e3 commit 73afd0b

File tree

3 files changed

+34
-238
lines changed

3 files changed

+34
-238
lines changed

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

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -94,37 +94,38 @@ jobs:
9494
run: |
9595
pixi run -e ${{ matrix.environment }} ccache -sv
9696
97-
eigenpy-pixi-build:
98-
name: Pixi build - ${{ matrix.os }}
99-
runs-on: ${{ matrix.os }}
100-
101-
strategy:
102-
fail-fast: false
103-
matrix:
104-
os: [ubuntu-latest, macos-latest, macos-15-intel, windows-latest]
105-
106-
steps:
107-
- uses: actions/checkout@v6
108-
with:
109-
submodules: recursive
110-
111-
- uses: prefix-dev/setup-pixi@v0.9.4
112-
env:
113-
CMAKE_BUILD_PARALLEL_LEVEL: 2
114-
with:
115-
cache: true
116-
environments: test-pixi-build
117-
118-
- name: Test package [MacOS/Linux/Windows]
119-
run: |
120-
pixi run -e test-pixi-build test
97+
# eigenpy-pixi-build:
98+
# name: Pixi build - ${{ matrix.os }}
99+
# runs-on: ${{ matrix.os }}
100+
101+
# strategy:
102+
# fail-fast: false
103+
# matrix:
104+
# os: [ubuntu-latest, macos-latest, macos-15-intel, windows-latest]
105+
106+
# steps:
107+
# - uses: actions/checkout@v6
108+
# with:
109+
# submodules: recursive
110+
111+
# - uses: prefix-dev/setup-pixi@v0.9.4
112+
# env:
113+
# CMAKE_BUILD_PARALLEL_LEVEL: 2
114+
# with:
115+
# cache: true
116+
# environments: test-pixi-build
117+
118+
# - name: Test package [MacOS/Linux/Windows]
119+
# run: |
120+
# pixi run -e test-pixi-build test
121121

122122
check:
123123
if: always()
124124
name: check-macos-linux-windows-pixi
125125

126126
needs:
127127
- eigenpy-pixi
128+
# - eigenpy-pixi-build
128129

129130
runs-on: Ubuntu-latest
130131

0 commit comments

Comments
 (0)