From c15d7762f4780783214cb6cd57b478b37fe78e1d Mon Sep 17 00:00:00 2001 From: lanctot Date: Mon, 13 Nov 2023 15:23:39 -0330 Subject: [PATCH] Update test_wheel.sh to use new wheel name --- 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 eee2e40f68..28360706d7 100755 --- a/open_spiel/scripts/test_wheel.sh +++ b/open_spiel/scripts/test_wheel.sh @@ -65,7 +65,7 @@ if [[ "$MODE" = "full" ]]; then if [[ "$OS" = "Linux" ]]; then ${PYBIN} -m pip install wheelhouse/open_spiel-*-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl else - ${PYBIN} -m pip install wheelhouse/open_spiel-*-cp39-cp39-macosx_10_9_x86_64.whl + ${PYBIN} -m pip install wheelhouse/open_spiel-*-cp39-cp39-macosx_10_9_universal2.whl fi fi