Skip to content

Commit

Permalink
Update ci.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbingl committed Mar 7, 2025
1 parent caf9186 commit 4076a4d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,8 @@ stages:
python.version: '3.10'
torch.version: 'torch torchvision torchaudio'
ort.version: '1.16.3'
py39-1151:
python.version: '3.9'
py310-1151:
python.version: '3.10'
torch.version: 'torch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 --index-url https://download.pytorch.org/whl/cpu'
ort.version: '1.15.1'

Expand Down Expand Up @@ -513,10 +513,11 @@ stages:
- script: |
python -m pip install --upgrade setuptools pip
python -m pip install "numpy < 2.0.0"
set OCOS_NO_OPENCV=1
set OCOS_SCB_DEBUG=1
python -m pip install -v -e .
displayName: Build onnxruntime-extensions in editable mode.
env:
OCOS_NO_OPENCV: 1
OCOS_SCB_DEBUG: 1
- script: |
python -m pip install -r requirements-dev.txt
Expand Down

0 comments on commit 4076a4d

Please sign in to comment.