Skip to content

Commit dfbbe3c

Browse files
authored
Update metal.yml
1 parent fb2ef80 commit dfbbe3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/metal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
echo "::endgroup::"
5151
5252
echo "::group::Setup Huggingface"
53-
pip install -U "huggingface_hub[cli]<1.0" accelerate
54-
huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN
53+
${CONDA_RUN} pip install -U "huggingface_hub[cli]<1.0" accelerate
54+
${CONDA_RUN} huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN
5555
OPTIMUM_ET_VERSION=$(cat .ci/docker/ci_commit_pins/optimum-executorch.txt)
5656
${CONDA_RUN} pip install git+https://github.com/huggingface/optimum-executorch.git@${OPTIMUM_ET_VERSION}
5757
${CONDA_RUN} pip install mistral-common librosa

0 commit comments

Comments
 (0)