From a6ffbd257e0cb5dc7fe073b7ef5ec49940fbb99b Mon Sep 17 00:00:00 2001 From: Charles Blackmon-Luca <20627856+charlesbluca@users.noreply.github.com> Date: Fri, 17 May 2024 12:34:09 -0700 Subject: [PATCH] Patch out sysroot installation for windows-latest --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 06c89c9b4..b6924403d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -68,6 +68,10 @@ jobs: query-planning: false steps: - uses: actions/checkout@v4 + - name: Don't install sysroot on Windows + if: matrix.os == 'windows-latest' + run: | + sed -i '/^.*- sysroot_linux-64/s/^/#/' ${{ env.CONDA_FILE }} - name: Set up Python uses: conda-incubator/setup-miniconda@v2.3.0 with: