Skip to content

Commit

Permalink
fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Nov 22, 2024
1 parent 3da25c5 commit 045415f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,11 @@ jobs:
run: |
brew install python@3.12
echo "$(brew --prefix python@3.12)/libexec/bin" >> $GITHUB_PATH
hash -r
python -m site
ls -all $(which python)
- name: Test Poetry
run: |
python -m site
ls -all $(which python)
poetry new foo
cd foo
poetry add pycowsay
Expand Down

0 comments on commit 045415f

Please sign in to comment.