Skip to content

Commit 9e63814

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/precommit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ jobs:
6262
brew install python@${{ matrix.python-version }}
6363
brew unlink python3
6464
brew link --force python@${{ matrix.python-version }}
65-
brew rehash
65+
python3 --version
66+
alias python3=python${{ matrix.python-version }}
6667
python3 --version
6768
brew install python-packaging
6869
brew install numpy

0 commit comments

Comments
 (0)