From de16dbfa0809477de2ed3ed069caf515631520a2 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 23 Mar 2024 18:40:11 +0530 Subject: [PATCH] According to https://github.com/actions/setup-python/issues/421\#issuecomment-1174810835 we need to specify the python version --- .github/workflows/builds.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index f9525ae4d1..772f3fc35f 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -59,6 +59,7 @@ jobs: uses: actions/setup-python@v5 with: python-version-file: '.python-version' + python-version: '3.11.8' cache: 'pip' - name: Install node dependencies if: ${{ github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && contains(github.event.inputs.message, '[nightly branch]')) }} @@ -186,6 +187,7 @@ jobs: uses: actions/setup-python@v5 with: python-version-file: '.python-version' + python-version: '3.11.8' cache: 'pip' - name: Install node dependencies uses: nick-fields/retry@v3 @@ -270,6 +272,7 @@ jobs: uses: actions/setup-python@v5 with: python-version-file: '.python-version' + python-version: '3.11.8' cache: 'pip' - name: Install node dependencies uses: nick-fields/retry@v3 @@ -375,6 +378,7 @@ jobs: uses: actions/setup-python@v5 with: python-version-file: '.python-version' + python-version: '3.11.8' cache: 'pip' #TODO - Remove this once https://github.com/electron-userland/electron-builder/issues/6933#issuecomment-1213438889 is resolved - name: Tweak pnpm.cjs