From 6a6a5aa510e76162c68c0cb94844c9ab7ee7472a Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 26 Nov 2023 17:06:05 -0400 Subject: [PATCH] do not install python on linux runners --- .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 }}