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 014ca85 commit 571eea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
run: |
brew update || true
brew install llvm || true
brew install logilab-common
brew 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"
pip3 install logilab-common
pip3 install pytest
make clean
make
pytest ./test.py
Expand Down

0 comments on commit 571eea9

Please sign in to comment.