Skip to content

Commit 2345ceb

Browse files
authored
Update precommit.yml
1 parent ffdcf13 commit 2345ceb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/precommit.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,10 @@ jobs:
5757
if: startsWith( matrix.cfg.os, 'macos-' )
5858
run: |
5959
brew --version
60+
brew unlink python3
6061
brew install python@${{ matrix.python-version }}
61-
echo A
62-
python3 --version
63-
python3.10 --version
6462
brew link --overwrite python@${{ matrix.python-version }}
65-
echo B
63+
echo X
6664
python3 --version
6765
python3.10 --version
6866
brew install python-packaging

0 commit comments

Comments
 (0)