Skip to content

Commit b39bb0d

Browse files
committed
up
1 parent 2dceaaa commit b39bb0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ jobs:
836836
echo "::endgroup::"
837837
838838
echo "::group::Set up Hugging Face"
839-
${CONDA_RUN} pip install -U "huggingface_hub[cli]"
839+
pip install -U "huggingface_hub[cli]"
840840
huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN
841841
OPTIMUM_ET_COMMIT=$(cat .ci/docker/ci_commit_pins/optimum-executorch.txt)
842842
git clone https://github.com/huggingface/optimum-executorch

0 commit comments

Comments
 (0)