Skip to content

Commit 65ff7d6

Browse files
committed
up
1 parent 7e1f437 commit 65ff7d6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/trunk.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)