Skip to content

Commit e4e1fc4

Browse files
committed
up
1 parent ac47ec8 commit e4e1fc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/trunk.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,8 @@ jobs:
626626
# There is no release yet, for CI stability, always test from the same commit on main
627627
# git checkout $OPTIMUM_ET_COMMIT
628628
gh pr checkout 93
629-
python install_dev.py --skip_override_torch
629+
pip install .
630+
# python install_dev.py --skip_override_torch
630631
popd
631632
pip list
632633
echo "::endgroup::"

0 commit comments

Comments
 (0)