Skip to content

Commit

Permalink
Update test_wheel.sh to use new wheel name
Browse files Browse the repository at this point in the history
  • Loading branch information
lanctot authored Nov 13, 2023
1 parent b5448c3 commit c15d776
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 @@ -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

Expand Down

0 comments on commit c15d776

Please sign in to comment.