8000 Revert "Bump onnxscript to 0.2.2 in CI (#148388)" · pytorch/pytorch@9d196ed · GitHub
[go: up one dir, main page]

Skip to content

Commit 9d196ed

Browse files
Revert "Bump onnxscript to 0.2.2 in CI (#148388)"
This reverts commit 7ab6749. Reverted #148388 on behalf of https://github.com/clee2000 due to broke libtorch debug build? [GH job link](https://github.com/pytorch/pytorch/actions/runs/13646179239/job/38152039312) [HUD commit link](https://hud.pytorch.org/pytorch/pytorch/commit/7ab6749ec7db32e0b3cdfd19db087f15dd0bebe2) ([comment](#148388 (comment)))
1 parent c219c5c commit 9d196ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/docker/common/install_onnx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pip_install coloredlogs packaging
3232

3333
pip_install onnxruntime==1.18.1
3434
pip_install onnx==1.17.0
35-
pip_install onnxscript==0.2.2 --no-deps
35+
pip_install onnxscript==0.1.0 --no-deps
3636
# required by onnxscript
3737
pip_install ml_dtypes
3838

.ci/docker/requirements-ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ onnx==1.17.0
339339
#Pinned versions:
340340
#test that import:
341341

342-
onnxscript==0.2.2
342+
onnxscript==0.1.0
343343
#Description: Required by mypy and test_public_bindings.py when checking torch.onnx._internal
344344
#Pinned versions:
345345
#test that import:

0 commit comments

Comments
 (0)
0