Skip to content

Commit

Permalink
from scratch
Browse files Browse the repository at this point in the history
  • Loading branch information
damonge committed Jun 10, 2024
1 parent e8a57bd commit 85542d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
- name: Cancel previous runs
uses: styfle/[email protected]
with:
with:
access_token: ${{ github.token }}

- name: Checkout NaMaster repository
Expand All @@ -51,8 +51,8 @@ jobs:
miniforge-variant: Mambaforge

- name: "macOS: set env variables"
if: matrix.label == 'osx-64'
run: |
if: matrix.label == 'osx-64'
run: |
#mamba install llvm-openmp
echo "DYLD_FALLBACK_LIBRARY_PATH=${CONDA_PREFIX}/lib" >> $GITHUB_ENV
SDKROOT=$(xcrun --sdk macosx --show-sdk-path)
Expand Down

0 comments on commit 85542d2

Please sign in to comment.