Skip to content

Commit 8ba7569

Browse files
jswhit2jswhit2
authored andcommitted
fix paths on macos
1 parent 9f3445a commit 8ba7569

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
create-args: >-
128128
python=${{ matrix.python-version }} libnetcdf=4.9.3 --channel conda-forge
129129
130-
- name: Build wheels for Windows/Mac (${{ matrix.arch }})
130+
- name: Build wheels for Windows/Mac
131131
uses: pypa/cibuildwheel@v3.3.0
132132
env:
133133
CIBW_ARCHS: ${{ matrix.arch }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ environment = {NETCDF_PLUGIN_DIR="/usr/local/hdf5/lib/plugin/"}
134134
[[tool.cibuildwheel.overrides]]
135135
select = "*-macosx_x86_64"
136136
inherit.environment = "append"
137-
environment = {MACOSX_DEPLOYMENT_TARGET="13.0",HDF5_DIR="/Users/runneradmin/micromambe/envs/build",netCDF4_DIR="/Users/runneradmin/micromambe/envs/build",PATH="/Users/runneradmin/micromambe/envs/build/bin:${PATH}",NETCDF_PLUGIN_DIR="/Users/runneradmin/micromambe/envs/build/hdf5/lib/plugin"}
137+
environment = {MACOSX_DEPLOYMENT_TARGET="13.0",HDF5_DIR="/Users/runner/micromamba/envs/build",netCDF4_DIR="/Users/runner/micromamba/envs/build",PATH="/Users/runner/micromamba/envs/build/bin:${PATH}",NETCDF_PLUGIN_DIR="/Users/runner/micromamba/envs/build/hdf5/lib/plugin"}
138138

139139
[[tool.cibuildwheel.overrides]]
140140
select = "*-macosx_arm64"

0 commit comments

Comments
 (0)