Skip to content

Commit

Permalink
once
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Feb 3, 2024
1 parent 863d820 commit 5f433ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-macos-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
- run: ./scripts/select-python.sh ${{ matrix.python-version }}
- run: echo $PATH
- run: pip3 install --upgrade pip
- run: ls -l /opt/homebrew/opt/python@${{ matrix.python-version }}/libexec/bin
- run: which python3
- run: python3 --version
- run: pwd
Expand Down
5 changes: 1 addition & 4 deletions scripts/select-python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,4 @@ brew install python@$1

echo /opt/homebrew/opt/python@$version/libexec/bin >> $GITHUB_PATH

echo $GITHUB_PATH
cat $GITHUB_PATH
ls -l $GITHUB_PATH
pwd
ls -l /opt/homebrew/opt/python@$version/libexec/bin

0 comments on commit 5f433ad

Please sign in to comment.