Skip to content

Commit 7278af7

Browse files
Use python 3.10
1 parent e81facf commit 7278af7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
check-latest: true
6060

6161
- run: |
62+
brew install [email protected]
63+
unlink /usr/local/bin/python3
64+
ln -s /opt/homebrew/Cellar/[email protected]/3.10.14/bin/python3.10 /usr/local/bin/python3
6265
npm install --global yarn
6366
yarn
6467
yarn test

0 commit comments

Comments
 (0)