Skip to content

Commit

Permalink
Use python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmesa-gitkraken committed May 28, 2024
1 parent e81facf commit 2791fe8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
check-latest: true

- run: |
brew unlink [email protected]
brew install [email protected]
unlink /usr/local/bin/python3
ln -s /opt/homebrew/Cellar/[email protected]/3.10.14/bin/python3.10 /usr/local/bin/python3
npm install --global yarn
yarn
yarn test
Expand Down

0 comments on commit 2791fe8

Please sign in to comment.