File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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::"
You can’t perform that action at this time.
0 commit comments