Skip to content

Commit

Permalink
ECC-1793: develop binary wheel - macos arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrussell committed Apr 11, 2024
1 parent 836292c commit 67a4442
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-wheel-macos-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
ls -l
./scripts/select-python.sh ${{ matrix.python-version }}
echo $PATH
rm -rf ./dist_venv_${{ matrix.python-version }}
python3 -m venv ./dist_venv_${{ matrix.python-version }}
source ./dist_venv_${{ matrix.python-version }}/bin/activate
echo $PATH
Expand Down
1 change: 1 addition & 0 deletions scripts/wheel-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
set -eaux
python_version=$1


arch=$(arch)
[[ $arch == "i386" ]] && arch="x86_64" # GitHub Actions on macOS declare i386

Expand Down

0 comments on commit 67a4442

Please sign in to comment.