From 52ad2d8fa902ad49cb76172f4abcd6641a38e12f Mon Sep 17 00:00:00 2001 From: lanctot Date: Thu, 5 Dec 2024 14:42:46 +0000 Subject: [PATCH] Add comment --- open_spiel/scripts/ci_python_prechecks.sh | 1 + 1 file changed, 1 insertion(+) 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