Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit dda0e48

Browse files
authored
💚 Force python 3.11 on macos
1 parent ed8d582 commit dda0e48

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎.github/workflows/alpha.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,10 @@ jobs:
211211
with:
212212
node-version: 16
213213

214+
- uses: actions/setup-python@v5
215+
with:
216+
python-version: '3.11'
217+
214218
- uses: actions/checkout@v3
215219
with:
216220
submodules: recursive

0 commit comments

Comments
 (0)