From 288c2c598e5305c9d6fc2a04ef51d1a7f2e24e05 Mon Sep 17 00:00:00 2001 From: fr00t Date: Mon, 4 Dec 2023 20:54:35 +0100 Subject: [PATCH] Update main-ci.yml --- .github/workflows/main-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index 0a383a0..237e56d 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -34,6 +34,11 @@ jobs: - name: Check out Git repository uses: actions/checkout@v1 + - name: Choose Python 3.11 + uses: actions/setup-python@v4 + with: + python-version: '3.11' + - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v1 with: