add requirements.txt

This commit is contained in:
rachguo
2023-07-11 14:43:33 -07:00
parent 83a311e5f7
commit d5d6179890
2 changed files with 4 additions and 3 deletions
@@ -11,8 +11,8 @@ parameters:
name: "$(Date:yyyyMMdd)$(Rev:rrr)" # build number format name: "$(Date:yyyyMMdd)$(Rev:rrr)" # build number format
jobs: jobs:
- job: IosPackaging - job: SPM-IosPackaging
displayName: "iOS Packaging" displayName: "SPM iOS Packaging"
pool: pool:
vmImage: "macOS-13" vmImage: "macOS-13"
@@ -50,7 +50,7 @@ jobs:
# - template: templates/install-appcenter.yml # - template: templates/install-appcenter.yml
- script: | - script: |
pip install -r tools/ci_build/github/apple/ios_packaging.requirements.txt pip install -r tools/ci_build/github/requirements.txt
displayName: "Install Python requirements" displayName: "Install Python requirements"
- bash: | - bash: |
+1
View File
@@ -0,0 +1 @@
flatbuffers