Skip to content

Commit e995e22

Browse files
committed
testing
1 parent 7188adb commit e995e22

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/os_test.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,18 @@ jobs:
6262
6363
# Inspect the linked libraries
6464
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
7474
- name: Run tests without env variables
7575
run: |
76-
export DYLD_LIBRARY_PATH="${${PWD}}/gbrl/include/libomp"
76+
export DYLD_LIBRARY_PATH="${PWD}/gbrl/include/libomp"
7777
python -m unittest discover tests
7878
7979

0 commit comments

Comments
 (0)