diff --git a/open_spiel/scripts/ci_python_prechecks.sh b/open_spiel/scripts/ci_python_prechecks.sh index 42546e3f2c..92cb43adfc 100755 --- a/open_spiel/scripts/ci_python_prechecks.sh +++ b/open_spiel/scripts/ci_python_prechecks.sh @@ -14,6 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +# Only use for Github Actions CI! OS=`uname -a | awk '{print $1}'` if [[ "$OS" = "Darwin" ]]; then # This seems to be necessary to install python via brew in Github Actions