From dda0e48114907fdfec08ef3348b9863cb993fc45 Mon Sep 17 00:00:00 2001 From: trickypr <23250792+trickypr@users.noreply.github.com> Date: Wed, 10 Jan 2024 12:31:54 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Force=20python=20`3.11`=20on=20m?= =?UTF-8?q?acos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/alpha.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index d34f6f7..3bb8a36 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -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