Skip to content

Commit 77bf052

Browse files
committed
pixi: Remove pixi build target-specific config
1 parent ac0d68a commit 77bf052

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
strategy:
102102
fail-fast: false
103103
matrix:
104-
os: [ubuntu-latest, macos-latest, macos-15-intel, windows-latest]
104+
os: [ubuntu-latest, macos-latest, macos-15-intel]
105105

106106
steps:
107107
- uses: actions/checkout@v5

pixi.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@ extra-args = [
3636
"-DBUILD_TESTING_SCIPY=OFF",
3737
]
3838

39-
[package.build.config.targets.win-64]
40-
extra-args = [
41-
"-DPYTHON_SITELIB=%PREFIX%/Lib/site-packages",
42-
"-DGENERATE_PYTHON_STUBS=ON",
43-
"-DBUILD_TESTING=OFF",
44-
"-DBUILD_TESTING_SCIPY=OFF",
45-
]
46-
4739
[package.build-dependencies]
4840
pkg-config = ">=0.29.2"
4941

0 commit comments

Comments
 (0)