Skip to content

Commit

Permalink
MacOS fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tjakobi committed Mar 10, 2023
1 parent 04cfa70 commit 738ccdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_circtools_detect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
- name: Installing circtools & Python dependencies
run: |
if [ "$RUNNER_OS" == "macOS" ]; then
softwareupdate --all --install --force
sudo xcode-select --switch /Library/Developer/CommandLineTools
export ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future
#softwareupdate --all --install --force
sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install
fi
python3 -m pip install numpy wheel Cython
python3 -m pip install ./ --prefer-binary
Expand Down

0 comments on commit 738ccdb

Please sign in to comment.