From 9779df7692c02b6446eeaa22b16193a0da3a6769 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 26 Nov 2023 17:17:12 -0400 Subject: [PATCH] do not install python on linux runners (#955) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a215aa32b2e..823050de2ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -156,6 +156,7 @@ jobs: ref: ${{ inputs.ref }} submodules: recursive - uses: actions/setup-python@v4 + if: matrix.friendlyName != 'Ubuntu' with: python-version: '3.11' - name: Use Node.js ${{ matrix.node }}