Skip to content

Commit

Permalink
Try xcode update
Browse files Browse the repository at this point in the history
  • Loading branch information
tjakobi committed Mar 13, 2023
1 parent 9455592 commit b005af6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run_circtools_detect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ jobs:
- name: Installing circtools & Python dependencies
run: |
python3 -m pip install numpy wheel
if [ "$RUNNER_OS" == "macOS" and "$python-version" == "3.9"]; then
export SYSTEM_VERSION_COMPAT=1
if [ "$RUNNER_OS" == "macOS"]; then
ls /Library/Developer/CommandLineTools/SDKs
xcode-select --install
python3 -m pip install ./ --prefer-binary
else
python3 -m pip install ./ --prefer-binary
Expand Down

0 comments on commit b005af6

Please sign in to comment.