From 4bd40325a0bd13e746d0529e8bd7c0438117a744 Mon Sep 17 00:00:00 2001 From: RoyStegeman Date: Wed, 6 Mar 2024 16:07:31 +0000 Subject: [PATCH] don't install SDK for mac in CI tests --- .github/workflows/tests.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4ccb0134d0..de4873a074 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,12 +30,6 @@ jobs: use-mamba: true auto-update-conda: true activate-environment: test - - name: Install macOS SDK - if: startsWith(matrix.os, 'macOS') - shell: bash -l {0} - run: | - curl -L -O https://data.nnpdf.science/MacOSX10.9.sdk.tar.xz - tar xfz MacOSX10.9.sdk.tar.xz -C $CONDA_PREFIX - name: Setup conda shell: bash -l {0} run: | @@ -54,7 +48,6 @@ jobs: if: startsWith(matrix.os, 'macOS') shell: bash -l {0} run: | - export CONDA_BUILD_SYSROOT=$CONDA_PREFIX/MacOSX10.9.sdk conda config --prepend channels defaults conda install boa conda-build==3.28 --yes conda build -q conda-recipe