macOS: add prompt about support in setup script (#29939)

* Add prompt about the state of macos support in mac_setup

* Change words

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>

---------

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: f0b8ecd14f
This commit is contained in:
Kacper Rączy
2023-09-15 19:05:32 -07:00
committed by GitHub
parent 1bbc16633c
commit 4fd9b553be
2 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ jobs:
fi
- name: Install dependencies
if: steps.dependency-cache.outputs.cache-hit != 'true'
run: ./tools/mac_setup.sh
run: SKIP_PROMPT=1 ./tools/mac_setup.sh
env:
# package install has DeprecationWarnings
PYTHONWARNINGS: default