Skip to content

Commit 8635423

Browse files
committed
fix
1 parent 5a3d12f commit 8635423

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/trunk.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,9 @@ jobs:
828828
CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
829829
conda activate "${CONDA_ENV}"
830830
831+
# Used by .ci/scripts/test_huggingface_optimum_model.py
832+
pip install datasets
833+
831834
echo "::group::Set up Hugging Face"
832835
pip install -U "huggingface_hub[cli]"
833836
huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN

0 commit comments

Comments
 (0)