From e512092317ecfe27f621d13d5136808a3001f304 Mon Sep 17 00:00:00 2001 From: Marc Lanctot Date: Tue, 14 Nov 2023 16:11:05 -0330 Subject: [PATCH] Fix one-character typo :) We'll get there... --- open_spiel/scripts/test_wheel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open_spiel/scripts/test_wheel.sh b/open_spiel/scripts/test_wheel.sh index ae20fec12d..53a5f6492e 100755 --- a/open_spiel/scripts/test_wheel.sh +++ b/open_spiel/scripts/test_wheel.sh @@ -64,7 +64,7 @@ fi if [[ "$MODE" = "full" ]]; then if [[ "$OS" = "Linux" ]]; then ${PYBIN} -m pip install wheelhouse/open_spiel-*-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - elif [[ "$OS" = "Darwn" && "$OS_PYTHON_VERSION" = "3.9" ]]; then + elif [[ "$OS" = "Darwin" && "$OS_PYTHON_VERSION" = "3.9" ]]; then ${PYBIN} -m pip install wheelhouse/open_spiel-*-cp39-cp39-macosx_10_9_x86_64.whl else ${PYBIN} -m pip install wheelhouse/open_spiel-*-cp311-cp311-macosx_11_0_arm64.whl