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 67a4442 commit 815bcda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build-wheel-macos-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,13 @@ jobs:
name: wheel-macos-${{ matrix.python-version }}

- run: |
set -x
ls -l
./scripts/select-python.sh ${{ matrix.python-version }}
echo $PATH
rm -rf ./dist_venv_${{ matrix.python-version }}
which python3
python3 --version
python3 -m venv ./dist_venv_${{ matrix.python-version }}
source ./dist_venv_${{ matrix.python-version }}/bin/activate
echo $PATH
Expand Down
1 change: 0 additions & 1 deletion scripts/wheel-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
set -eaux
python_version=$1


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

Expand Down

0 comments on commit 815bcda

Please sign in to comment.