Skip to content

Commit

Permalink
Fix one-character typo :) We'll get there...
Browse files Browse the repository at this point in the history
  • Loading branch information
lanctot committed Nov 14, 2023
1 parent 3f48428 commit e512092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open_spiel/scripts/test_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e512092

Please sign in to comment.