Skip to content

Commit

Permalink
πŸ’š Force python 3.11 on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
trickypr committed Jan 10, 2024
1 parent ed8d582 commit dda0e48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@ jobs:
with:
node-version: 16

- uses: actions/setup-python@v5
with:
python-version: '3.11'

- uses: actions/checkout@v3
with:
submodules: recursive
Expand Down

0 comments on commit dda0e48

Please sign in to comment.