Skip to content

Commit 28b1fd9

Browse files
committed
focus on fixing macos15-intel
1 parent 5320153 commit 28b1fd9

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/cross-platform-envtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Checkout Repository
2424
uses: actions/checkout@v4
2525
- name: Set up Xcode
26-
if: runner.os == 'Windows'
26+
if: runner.os == 'macOS'
2727
run: brew install xcode
2828

2929
- name: Set up JDK ${{ matrix.java }}

src/main/resources/pixi.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,9 @@ version = "0.1.0"
1212
[dependencies]
1313
python = ">=3.10.3,<3.13"
1414
packaging = ">=26.2,<27"
15-
#setuptools = "*"
16-
#wheel = "*"
15+
wheel = "*"
1716
hatchling = "*"
18-
setuptools = ">=65.0"
19-
cmake = ">=4.3.0,<5"
20-
wheel = ">=0.46.3,<0.47"
17+
cmake = "*"
2118

2219
[pypi-dependencies]
2320
appose = ">=0.10.1, <0.12"

0 commit comments

Comments
 (0)