Skip to content

Commit ef85109

Browse files
committed
up
1 parent e4e1fc4 commit ef85109

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/trunk.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,8 @@ jobs:
618618
# Setup MacOS dependencies as there is no Docker support on MacOS atm
619619
PYTHON_EXECUTABLE=python ${CONDA_RUN} bash .ci/scripts/setup-macos.sh --build-tool "${BUILD_TOOL}"
620620
621+
pip list
622+
621623
echo "::group::Set up Hugging Face"
622624
pip install -U "huggingface_hub[cli]"
623625
OPTIMUM_ET_COMMIT=$(cat .ci/docker/ci_commit_pins/optimum-executorch.txt)
@@ -626,8 +628,7 @@ jobs:
626628
# There is no release yet, for CI stability, always test from the same commit on main
627629
# git checkout $OPTIMUM_ET_COMMIT
628630
gh pr checkout 93
629-
pip install .
630-
# python install_dev.py --skip_override_torch
631+
python install_dev.py --skip_override_torch
631632
popd
632633
pip list
633634
echo "::endgroup::"

0 commit comments

Comments
 (0)