Skip to content

Commit 3f42bec

Browse files
committed
updating mac
1 parent e995e22 commit 3f42bec

File tree

3 files changed

+376
-11
lines changed

3 files changed

+376
-11
lines changed

.github/workflows/os_test.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,8 @@ 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
7465
- name: Run tests without env variables
7566
run: |
76-
export DYLD_LIBRARY_PATH="${PWD}/gbrl/include/libomp"
7767
python -m unittest discover tests
7868
7969

0 commit comments

Comments
 (0)