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 f164d73 commit 5951acc
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/run_circtools_detect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,7 @@ jobs:
run: |
export SYSTEM_VERSION_COMPAT=1
python3 -m pip install numpy wheel
if [ "$RUNNER_OS" == "macOS"]; then
sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install
python3 -m pip install ./
else
python3 -m pip install ./
fi
python3 -m pip install ./
- name: Check if circtools starts
run: |
circtools --version
Expand Down

0 comments on commit 5951acc

Please sign in to comment.