Skip to content

Commit 712b3b7

Browse files
committed
verbose mode (debugging)
1 parent abdf6b2 commit 712b3b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ jobs:
105105
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
106106
brew install libomp
107107
- name: Install POT
108-
run: |
109-
pip install -e .
108+
run: | # build in verbose mode (to check for the presence of the -fopenmp flag in the compiler commands)
109+
pip install --verbose --no-build-isolation -e .
110110
env: |
111111
CC: /usr/bin/clang
112112
CXX: /usr/bin/clang++

0 commit comments

Comments
 (0)