From da04f474bff543484970ba7d30aa9a5fa6f6cf11 Mon Sep 17 00:00:00 2001 From: Guillaume ROUCHON Date: Thu, 9 May 2024 15:35:19 +0200 Subject: [PATCH] force python version 3.11 in ci/cd --- .github/workflows/ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4feaec9..57a88f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,11 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Setup python 3.11 + uses: actions/setup-python@v5 + with: + python-version: '3.11' + - name: Setup nodejs 16.x uses: actions/setup-node@v4 with: @@ -53,6 +58,11 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Setup python 3.11 + uses: actions/setup-python@v5 + with: + python-version: '3.11' + - name: 'Hack: manual download of node6 (linux)' if: runner.os == 'Linux' run: |