Skip to content

Commit

Permalink
Try not pinning macos version when generating wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-el committed Feb 28, 2024
1 parent 5a087db commit 667ea1e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/bundle_with_dakota_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ jobs:
fi
arch_ver=$(uname -m)
export _PYTHON_HOST_PLATFORM="macosx-11.0-$arch_ver"
#export _PYTHON_HOST_PLATFORM="macosx-11.0-$arch_ver"
export ARCHFLAGS="-arch $arch_ver"
echo "---------------------------------------------------------------"
Expand Down Expand Up @@ -396,6 +396,9 @@ jobs:
source build-env/bin/activate
fi
python --version
which python
pyver_nodot=$(echo ${{ matrix.python-version }} | sed 's/\.//g')
arch_ver=$(uname -m)
ls -lah /tmp/artifacts/macOS_python_wheels
Expand Down

0 comments on commit 667ea1e

Please sign in to comment.