Skip to content

Commit dead43f

Browse files
committed
Minor typo fix
1 parent 7a38c27 commit dead43f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/zephyr-utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ setup_zephyr_et_module () {
2121
setup_optimum() {
2222
git clone https://github.com/huggingface/optimum-executorch.git
2323
cd optimum-executorch
24-
ptyhon3 -m pip install --upgrade pip
24+
python3 -m pip install --upgrade pip
2525
python3 -m pip install '.[dev]'
2626
python3 install_dev.py
2727
python3 -m pip install torchao==0.11.0

0 commit comments

Comments
 (0)