Skip to content

Commit

Permalink
[CI] use env variables?
Browse files Browse the repository at this point in the history
  • Loading branch information
n-elie committed Aug 4, 2023
1 parent 1ce938b commit 0b242a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
shell: bash -e {0}
run: |
python -m pip install . -vv
env:
LDFLAGS: -L/usr/local/opt/libomp/lib
CFLAGS: -I/usr/local/opt/libomp/include
CPPFLAGS: -I/usr/local/opt/libomp/include
- name: Install test dependencies
shell: bash -e {0}
run: |
Expand Down

0 comments on commit 0b242a3

Please sign in to comment.