From b72268634324b1deeccb2519437a54b68c4771db Mon Sep 17 00:00:00 2001 From: Marcus Cvjeticanin Date: Tue, 5 Dec 2023 20:47:50 +0100 Subject: [PATCH 1/2] 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 1439f90a..66e80af1 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -35,6 +35,11 @@ jobs: - name: Check out Git repository uses: actions/checkout@v1 + - name: Set up Python + uses: actions/setup-python@v3 + with: + python-version: 3.11 + - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v1 with: From ee2c8d3be5b6bdca3bdcaf43550676fcb92cdb67 Mon Sep 17 00:00:00 2001 From: Marcus Cvjeticanin Date: Tue, 5 Dec 2023 20:50:33 +0100 Subject: [PATCH 2/2] Update pr-ci.yml --- .github/workflows/pr-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml index 21e0f278..27039a2e 100644 --- a/.github/workflows/pr-ci.yml +++ b/.github/workflows/pr-ci.yml @@ -39,6 +39,11 @@ jobs: - name: Check out Git repository uses: actions/checkout@v1 + - name: Set up Python + uses: actions/setup-python@v3 + with: + python-version: 3.11 + - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v1 with: