Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): add homebrew python integration test #150

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
force unlink
  • Loading branch information
abn committed Nov 22, 2024
commit c7085094ffde4577d0fb6b6a16c000950d097bf6
4 changes: 4 additions & 0 deletions .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,11 @@ jobs:
run: |
brew install [email protected]
brew unlink [email protected]
brew unlink [email protected]
brew link --force [email protected]
hash -r
python -m site
ls -all $(which python)

- name: Test Poetry
run: |
Expand Down
Loading