Skip to content

Commit fb2ef80

Browse files
authored
Update metal.yml
1 parent 7d664ff commit fb2ef80

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/metal.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,15 @@ jobs:
4646
set -eux
4747
4848
echo "::group::Setup ExecuTorch"
49-
./install_executorch.sh
49+
PYTHON_EXECUTABLE=python ${CONDA_RUN} ./install_executorch.sh
5050
echo "::endgroup::"
5151
5252
echo "::group::Setup Huggingface"
5353
pip install -U "huggingface_hub[cli]<1.0" accelerate
5454
huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN
5555
OPTIMUM_ET_VERSION=$(cat .ci/docker/ci_commit_pins/optimum-executorch.txt)
56-
pip install git+https://github.com/huggingface/optimum-executorch.git@${OPTIMUM_ET_VERSION}
56+
${CONDA_RUN} pip install git+https://github.com/huggingface/optimum-executorch.git@${OPTIMUM_ET_VERSION}
57+
${CONDA_RUN} pip install mistral-common librosa
5758
echo "::endgroup::"
5859
5960
echo "::group::Pip List"

0 commit comments

Comments
 (0)