Skip to content

Commit 9fb9ce0

Browse files
committed
Fix macos job
1 parent ac4dddb commit 9fb9ce0

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
@@ -57,7 +57,7 @@ jobs:
5757
# Debug
5858
which pip
5959
bash .ci/scripts/setup-conda.sh
60-
PYTHON_EXECUTABLE=python ${CONDA_RUN} bash ./install_executorch.sh --editable --pybind xnnpack --use-pt-pinned-commit
60+
PYTHON_EXECUTABLE=python ${CONDA_RUN} bash ./install_executorch.sh --editable --pybind xnnpack
6161
# Try to import extension library
6262
python -c "from executorch.extension.llm.custom_ops import custom_ops"
6363

0 commit comments

Comments
 (0)