Skip to content

Commit

Permalink
Install package fromm requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Paco Wong committed Nov 25, 2023
1 parent 5f5e915 commit 0bf94ad
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/generate-xcframework-maccatalyst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jobs:
build_macabi_xcf:
runs-on: macos-latest
steps:
- name: check Xcode version
run: /usr/bin/xcodebuild -version
- name: check Xcode version and Python 3
run: |
/usr/bin/xcodebuild -version
python3 --version
- name: checkout repository
uses: actions/checkout@v3
Expand All @@ -31,6 +33,7 @@ jobs:

- name: create release build
run: |
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 \
--path_to_protoc_exe=/usr/local/bin/protoc-3.21.12.0 tools/ci_build/github/apple/default_full_macabi_framework_build_settings.json

0 comments on commit 0bf94ad

Please sign in to comment.