Skip to content

Commit 7e508a8

Browse files
authored
Update precommit.yml
1 parent e13ccfc commit 7e508a8

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
@@ -57,7 +57,8 @@ jobs:
5757
if: startsWith( matrix.cfg.os, 'macos-' )
5858
run: |
5959
brew --version
60-
brew install python@${{ matrix.python-version }}
60+
brew install --overwrite python@${{ matrix.python-version }}
61+
python3 --version
6162
brew unlink python3
6263
brew link --force python@${{ matrix.python-version }}
6364
export PATH=/usr/local/bin:$PATH

0 commit comments

Comments
 (0)