Skip to content

Commit

Permalink
Install wheel dependency (#1929)
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang authored Jan 31, 2024
1 parent 66f8044 commit 585d9f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: macos-13-xlarge
strategy:
matrix:
python: ['3.9', '3.10', '3.11']
python: ['3.10', 3.11'] #['3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
Expand All @@ -48,6 +48,7 @@ jobs:
run: |
set -x -e
python --version
python -m pip install wheel
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 Down

0 comments on commit 585d9f3

Please sign in to comment.