Skip to content

Commit 88dfd4a

Browse files
authored
Update test_wheel.sh
1 parent 2d3c31d commit 88dfd4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

open_spiel/scripts/test_wheel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ if [[ "$MODE" = "full" ]]; then
6969
# Run on the xlarge macs for arm64
7070
${PYBIN} -m pip install wheelhouse/open_spiel-*-cp311-cp311-macosx_11_0_arm64.whl
7171
elif [[ "$OS" = "Darwin" && "$OS_PYTHON_VERSION" = "3.12" ]]; then
72-
${PYBIN} -m pip install wheelhouse/open_spiel-*-cp313-cp313-macosx_10_13_x86_64.whl
72+
${PYBIN} -m pip install wheelhouse/open_spiel-*-cp312-cp312-macosx_10_13_x86_64.whl
7373
else
7474
echo "Config not found for full tests"
7575
exit -1

0 commit comments

Comments
 (0)