Skip to content

Commit

Permalink
fix ls
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Nov 22, 2024
1 parent d248a0a commit c323de2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ jobs:
- name: Install Homebrew
run: |
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo >> /Users/runner/.bash_profile
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/runner/.bash_profile
- name: Install Python
run: brew install python
Expand All @@ -160,7 +162,7 @@ jobs:
run: |
eval "$(/opt/homebrew/bin/brew shellenv)"
python -m site
ls -all python
ls -all $(which python)
curl -sSL https://install.python-poetry.org | python -
- name: Test Poetry
Expand Down

0 comments on commit c323de2

Please sign in to comment.