Skip to content

Commit

Permalink
Fix CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Apr 28, 2024
1 parent 571eea9 commit 816150f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
run: |
brew update || true
brew install llvm || true
brew install logilab-common
brew install pytest
brew install pipx
pipx install logilab-common
pipx install pytest
brew unlink [email protected] && brew link [email protected]
export PATH="/usr/local/opt/llvm/bin:$PATH"
export PATH="/opt/homebrew/opt/llvm/bin:$PATH"
Expand Down

0 comments on commit 816150f

Please sign in to comment.