mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-07 00:13:17 +00:00
Rename ios_packaging.requirements.txt to ios_packaging/requirements.txt (#21936)
### Description Rename ios_packaging.requirements.txt to ios_packaging/requirements.txt ### Motivation and Context By doing this, the package within os_packaging/requirements.txt can be scanned by CG task
This commit is contained in:
parent
a80bfed5b4
commit
09d786fc14
4 changed files with 4 additions and 4 deletions
|
|
@ -439,7 +439,7 @@ stages:
|
|||
xcodeVersion: 14.2
|
||||
|
||||
- script: |
|
||||
pip install -r tools/ci_build/github/apple/ios_packaging.requirements.txt
|
||||
pip install -r tools/ci_build/github/apple/ios_packaging/requirements.txt
|
||||
displayName: "Install Python requirements"
|
||||
|
||||
- script: |
|
||||
|
|
@ -477,7 +477,7 @@ stages:
|
|||
xcodeVersion: 14.2
|
||||
|
||||
- script: |
|
||||
pip install -r tools/ci_build/github/apple/ios_packaging.requirements.txt
|
||||
pip install -r tools/ci_build/github/apple/ios_packaging/requirements.txt
|
||||
displayName: "Install Python requirements"
|
||||
|
||||
- script: |
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ stages:
|
|||
architecture: "x64"
|
||||
|
||||
- script: |
|
||||
pip install -r tools/ci_build/github/apple/ios_packaging.requirements.txt
|
||||
pip install -r tools/ci_build/github/apple/ios_packaging/requirements.txt
|
||||
displayName: "Install Python requirements"
|
||||
|
||||
- template: mac-build-step-with-cache.yml
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ stages:
|
|||
- template: ../install-appcenter.yml
|
||||
|
||||
- script: |
|
||||
pip install -r tools/ci_build/github/apple/ios_packaging.requirements.txt
|
||||
pip install -r tools/ci_build/github/apple/ios_packaging/requirements.txt
|
||||
displayName: "Install Python requirements"
|
||||
|
||||
# create and test mobile pods
|
||||
|
|
|
|||
Loading…
Reference in a new issue