We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38bf48e commit 364d3beCopy full SHA for 364d3be
.ci/scripts/utils.sh
@@ -20,7 +20,7 @@ install_executorch() {
20
which pip
21
# Install executorch, this assumes that Executorch is checked out in the
22
# current directory.
23
- if [[ $1 == "use-pt-pinned-commit" ]]; then
+ if [[ "${1:-}" == "use-pt-pinned-commit" ]]; then
24
./install_requirements.sh --pybind xnnpack --use-pt-pinned-commit
25
else
26
./install_requirements.sh --pybind xnnpack
0 commit comments