Skip to content

Commit

Permalink
don't install SDK for mac in CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyStegeman committed Mar 6, 2024
1 parent 40ed828 commit 4bd4032
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 4bd4032

Please sign in to comment.