diff --git a/.azure-pipelines/linux-CI-keras-applications-nightly.yml b/.azure-pipelines/linux-CI-keras-applications-nightly.yml index cbaed7d7..e98462f0 100644 --- a/.azure-pipelines/linux-CI-keras-applications-nightly.yml +++ b/.azure-pipelines/linux-CI-keras-applications-nightly.yml @@ -109,6 +109,8 @@ jobs: pip install git+https://github.com/qubvel/efficientnet $(INSTALL_TRANSFORMERS) pip install keras-self-attention + pip uninstall -y onnx + pip install -i https://test.pypi.org/simple/ onnx==1.9.101 displayName: 'Install dependencies' - script: | diff --git a/.azure-pipelines/linux-conda-CI-tf-keras.yml b/.azure-pipelines/linux-conda-CI-tf-keras.yml index 18714746..23e6db82 100644 --- a/.azure-pipelines/linux-conda-CI-tf-keras.yml +++ b/.azure-pipelines/linux-conda-CI-tf-keras.yml @@ -66,6 +66,8 @@ jobs: pip install -r requirements.txt pip install -r requirements-dev.txt $(INSTALL_ORT) + pip uninstall -y onnx + pip install -i https://test.pypi.org/simple/ onnx==1.9.101 displayName: 'Install dependencies' - script: | diff --git a/.azure-pipelines/linux-conda-CI.yml b/.azure-pipelines/linux-conda-CI.yml index 828b38e3..2efa70a0 100644 --- a/.azure-pipelines/linux-conda-CI.yml +++ b/.azure-pipelines/linux-conda-CI.yml @@ -73,6 +73,8 @@ jobs: pip install -r requirements.txt pip install -r requirements-dev.txt $(INSTALL_ORT) + pip uninstall -y onnx + pip install -i https://test.pypi.org/simple/ onnx==1.9.101 displayName: 'Install dependencies' - script: | diff --git a/.azure-pipelines/win32-CI-keras-applications-nightly.yml b/.azure-pipelines/win32-CI-keras-applications-nightly.yml index a1e7fbe1..2e5898cf 100644 --- a/.azure-pipelines/win32-CI-keras-applications-nightly.yml +++ b/.azure-pipelines/win32-CI-keras-applications-nightly.yml @@ -108,6 +108,8 @@ jobs: pip install git+https://github.com/qubvel/efficientnet %INSTALL_TRANSFORMERS% pip install keras-self-attention + pip uninstall -y onnx + pip install -i https://test.pypi.org/simple/ onnx==1.9.101 displayName: 'Install dependencies' - script: | diff --git a/.azure-pipelines/win32-conda-CI-tf-keras.yml b/.azure-pipelines/win32-conda-CI-tf-keras.yml index ffc5a26a..4dc6ee3a 100644 --- a/.azure-pipelines/win32-conda-CI-tf-keras.yml +++ b/.azure-pipelines/win32-conda-CI-tf-keras.yml @@ -69,6 +69,8 @@ jobs: pip install -r requirements.txt pip install -r requirements-dev.txt %INSTALL_ORT% + pip uninstall -y onnx + pip install -i https://test.pypi.org/simple/ onnx==1.9.101 displayName: 'Install dependencies' - script: | diff --git a/.azure-pipelines/win32-conda-CI.yml b/.azure-pipelines/win32-conda-CI.yml index 1a2fb28b..16598965 100644 --- a/.azure-pipelines/win32-conda-CI.yml +++ b/.azure-pipelines/win32-conda-CI.yml @@ -69,6 +69,8 @@ jobs: pip install -r requirements.txt pip install -r requirements-dev.txt %INSTALL_ORT% + pip uninstall -y onnx + pip install -i https://test.pypi.org/simple/ onnx==1.9.101 displayName: 'Install dependencies' - script: |