Skip to content

Commit ffdcf13

Browse files
authored
Update precommit.yml
1 parent 7619f97 commit ffdcf13

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/precommit.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,21 @@ jobs:
5858
run: |
5959
brew --version
6060
brew install python@${{ matrix.python-version }}
61+
echo A
6162
python3 --version
62-
brew link --overwrite python3
63+
python3.10 --version
64+
brew link --overwrite python@${{ matrix.python-version }}
65+
echo B
6366
python3 --version
67+
python3.10 --version
6468
brew install python-packaging
6569
brew install numpy
6670
6771
- name: show setup
6872
run: |
6973
bazel --version
7074
python3 --version
75+
python3.10 --version
7176
pip3 --version
7277
pip3 list
7378

0 commit comments

Comments
 (0)