Skip to content

Commit

Permalink
Fix indent error
Browse files Browse the repository at this point in the history
  • Loading branch information
tjakobi committed Mar 6, 2023
1 parent 982d753 commit 750c85a
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 @@ -52,9 +52,9 @@ jobs:
python3 -m pip install --upgrade pip
- name: Installing circtools & Python dependencies
run: |
if [ "$RUNNER_OS" == "macOS" ]; then
sudo xcode-select --switch /Library/Developer/CommandLineTools
fi
if [ "$RUNNER_OS" == "macOS" ]; then
sudo xcode-select --switch /Library/Developer/CommandLineTools
fi
python3 -m pip install ./
- name: Check if circtools starts
run: |
Expand Down

0 comments on commit 750c85a

Please sign in to comment.