Skip to content

Commit

Permalink
Add setuptools for arm64 github actions runner (#1932)
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang authored Feb 1, 2024
1 parent 3a3a625 commit 025a6b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
set -x -e
python3 --version
python --version
python -m pip install wheel
python -m pip install -U wheel setuptools
python setup.py --data bazel-bin -q bdist_wheel --plat-name macosx_12_0_arm64
rm -rf build
python setup.py --project tensorflow-io-gcs-filesystem --data bazel-bin -q bdist_wheel --plat-name macosx_12_0_arm64
Expand All @@ -67,7 +67,7 @@ jobs:

release-macos-arm64:
name: Release (MacOS arm64)
needs: macos-arm64-bazel
needs: macos-arm64-wheel
runs-on: ubuntu-20.04
steps:
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
Expand Down

0 comments on commit 025a6b0

Please sign in to comment.