We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac47ec8 commit e4e1fc4Copy full SHA for e4e1fc4
.github/workflows/trunk.yml
@@ -626,7 +626,8 @@ jobs:
626
# There is no release yet, for CI stability, always test from the same commit on main
627
# git checkout $OPTIMUM_ET_COMMIT
628
gh pr checkout 93
629
- python install_dev.py --skip_override_torch
+ pip install .
630
+ # python install_dev.py --skip_override_torch
631
popd
632
pip list
633
echo "::endgroup::"
0 commit comments