Skip to content

Commit 3c90f10

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

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/precommit.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,9 @@ jobs:
6060
brew unlink python3
6161
python3 --version
6262
brew install python@${{ matrix.python-version }}
63-
brew rehash
64-
python3 --version
6563
brew unlink python3
66-
python3 --version
67-
brew unlink python@${{ matrix.python-version }} && brew link python@${{ matrix.python-version }}
68-
echo X
64+
brew link --force python@${{ matrix.python-version }}
65+
brew rehash
6966
python3 --version
7067
brew install python-packaging
7168
brew install numpy

0 commit comments

Comments
 (0)