File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -62,18 +62,18 @@ jobs:
62
62
63
63
# Inspect the linked libraries
64
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
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
74
- name : Run tests without env variables
75
75
run : |
76
- export DYLD_LIBRARY_PATH="${${ PWD} }/gbrl/include/libomp"
76
+ export DYLD_LIBRARY_PATH="${PWD}/gbrl/include/libomp"
77
77
python -m unittest discover tests
78
78
79
79
You can’t perform that action at this time.
0 commit comments