Skip to content

Conversation

fatcat-z
Copy link
Collaborator

@fatcat-z fatcat-z commented Mar 2, 2022

For onnx-weekly CI job, upgrade the typing-extensions to a version above 4.0.0 to avoid unexpected crash on opset 15.

Signed-off-by: Jay Zhang [email protected]

@@ -62,6 +62,8 @@ steps:
# onnx-weekly won't satisfy onnx requirement so uninstallation must happen here
pip uninstall -y onnx
pip install --index-url https://test.pypi.org/simple/ ${PIP_ONNX_NAME:-onnx}
pip uninstall typing-extensions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess it's related to onnx-weekly-1.10.1.dev20210830,
The latest one is 1.11.0.dev20220228, but it will install fail.

@fatcat-z fatcat-z merged commit f64772c into onnx:master Mar 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants