Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
damonge committed Jun 10, 2024
1 parent b01578d commit 7ff4402
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ jobs:
miniforge-version: latest
miniforge-variant: Mambaforge

- name: conda libraries in path
run: |
export CFLAGS+=" -I${CONDA_PREFIX}/include"
export CPPFLAGS+=" -I${CONDA_PREFIX}/include"
export LDFLAGS+=" -I${CONDA_PREFIX}/lib"
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${CONDA_PREFIX}/lib
# - name: "macOS: set env variables"
# if: matrix.label == 'osx-64'
# run: |
Expand Down

0 comments on commit 7ff4402

Please sign in to comment.