File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -817,8 +817,6 @@ jobs:
817817 allenai/OLMo-1B-hf,
818818 ]
819819 fail-fast : false
820- env :
821- GH_TOKEN : ${{ github.token }}
822820 with :
823821 secrets-env : EXECUTORCH_HF_TOKEN
824822 runner : macos-15-xlarge
@@ -838,13 +836,14 @@ jobs:
838836 echo "::endgroup::"
839837
840838 echo "::group::Set up Hugging Face"
841- pip install -U "huggingface_hub[cli]"
839+ ${CONDA_RUN} pip install -U "huggingface_hub[cli]"
842840 huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN
843841 OPTIMUM_ET_COMMIT=$(cat .ci/docker/ci_commit_pins/optimum-executorch.txt)
844842 git clone https://github.com/huggingface/optimum-executorch
845843 pushd optimum-executorch
846844 # There is no release yet, for CI stability, always test from the same commit on main
847845 # git checkout $OPTIMUM_ET_COMMIT
846+ ${CONDA_RUN} conda install -c conda-forge gh
848847 gh pr checkout 114
849848 ${CONDA_RUN} python install_dev.py --skip_override_torch
850849
You can’t perform that action at this time.
0 commit comments