Skip to content

Commit

Permalink
Merge pull request #1987 from NNPDF/no_macos_sdk
Browse files Browse the repository at this point in the history
don't install SDK for mac in CI tests
  • Loading branch information
scarlehoff authored Mar 7, 2024
2 parents 3d012f6 + 4bd4032 commit 7ff2a46
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit 7ff2a46

Please sign in to comment.