Skip to content

Commit

Permalink
Downgrade Python
Browse files Browse the repository at this point in the history
  • Loading branch information
Paco Wong committed Nov 25, 2023
1 parent 8caaffa commit d1be4f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generate-xcframework-maccatalyst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- name: check Xcode version and Python 3
run: |
/usr/bin/xcodebuild -version
brew uninstall --ignore-dependencies [email protected]
brew install [email protected]
python3 --version
- name: checkout repository
Expand All @@ -34,7 +36,7 @@ jobs:
- name: create release build
run: |
# Since Python 3.12, distutils is removed
pip3 install setuptools
# pip3 install setuptools
pip3 install -r tools/ci_build/requirements.txt
python3 tools/ci_build/github/apple/build_macabi_framework.py --config=Release --build_dir=$HOME/onnxlibrary/macabi_release_v20230327_2320 \
--include_ops_by_config=tools/ci_build/github/apple/hws_mobile_package.required_operators.config \
Expand Down

0 comments on commit d1be4f8

Please sign in to comment.