Skip to content

Commit e13ccfc

Browse files
authored
Update precommit.yml
1 parent 9e63814 commit e13ccfc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/precommit.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,10 @@ jobs:
5757
if: startsWith( matrix.cfg.os, 'macos-' )
5858
run: |
5959
brew --version
60-
brew unlink python3
61-
python3 --version
6260
brew install python@${{ matrix.python-version }}
6361
brew unlink python3
6462
brew link --force python@${{ matrix.python-version }}
65-
python3 --version
66-
alias python3=python${{ matrix.python-version }}
63+
export PATH=/usr/local/bin:$PATH
6764
python3 --version
6865
brew install python-packaging
6966
brew install numpy

0 commit comments

Comments
 (0)