We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d3c31d commit 88dfd4aCopy full SHA for 88dfd4a
open_spiel/scripts/test_wheel.sh
@@ -69,7 +69,7 @@ if [[ "$MODE" = "full" ]]; then
69
# Run on the xlarge macs for arm64
70
${PYBIN} -m pip install wheelhouse/open_spiel-*-cp311-cp311-macosx_11_0_arm64.whl
71
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
+ ${PYBIN} -m pip install wheelhouse/open_spiel-*-cp312-cp312-macosx_10_13_x86_64.whl
73
else
74
echo "Config not found for full tests"
75
exit -1
0 commit comments