We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e995e22 commit 3f42becCopy full SHA for 3f42bec
.github/workflows/os_test.yml
@@ -62,18 +62,8 @@ jobs:
62
63
# Inspect the linked libraries
64
otool -L $module_file
65
- # - name: Run tests
66
- # continue-on-error: true
67
- # run: |
68
- # export CPPFLAGS="-I$(brew --prefix libomp)/include"
69
- # export OpenMP_ROOT=$(brew --prefix libomp)
70
- # export CXX="/usr/bin/g++"
71
- # export CC="/usr/bin/gcc"
72
- # export DYLD_LIBRARY_PATH="$(brew --prefix libomp)/lib"
73
- # python -m unittest discover tests
74
- name: Run tests without env variables
75
run: |
76
- export DYLD_LIBRARY_PATH="${PWD}/gbrl/include/libomp"
77
python -m unittest discover tests
78
79
0 commit comments