Skip to content

Commit

Permalink
Retry
Browse files Browse the repository at this point in the history
  • Loading branch information
tjakobi committed Mar 13, 2023
1 parent 97462b1 commit 7a079ac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run_circtools_detect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ jobs:
run: |
python3 -m pip install numpy wheel
if [ "$RUNNER_OS" == "macOS"]; then
clang --version
xcode-select --install
clang --version
sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install
python3 -m pip install ./
else
python3 -m pip install ./
Expand Down

0 comments on commit 7a079ac

Please sign in to comment.