From 23d23785078e16bb2eb52bb5f6d7254669858dee Mon Sep 17 00:00:00 2001 From: Dave Nicolson Date: Tue, 6 Feb 2024 21:50:53 +0100 Subject: [PATCH] Use Python 3.10 for workflow --- .github/workflows/prebuild.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/prebuild.yml b/.github/workflows/prebuild.yml index 24726346..348c60e3 100644 --- a/.github/workflows/prebuild.yml +++ b/.github/workflows/prebuild.yml @@ -31,6 +31,9 @@ jobs: with: node-version: 14.x architecture: ${{ matrix.node }} + - uses: actions/setup-python@v2 + with: + python-version: '3.10' - uses: actions/checkout@v3 - name: Install dependencies (ubuntu-latest) # Use g++-9 only on versions after 'ubuntu-18.04'