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 abdf6b2 commit 712b3b7Copy full SHA for 712b3b7
.github/workflows/build_tests.yml
@@ -105,8 +105,8 @@ jobs:
105
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
106
brew install libomp
107
- name: Install POT
108
- run: |
109
- pip install -e .
+ run: | # build in verbose mode (to check for the presence of the -fopenmp flag in the compiler commands)
+ pip install --verbose --no-build-isolation -e .
110
env: |
111
CC: /usr/bin/clang
112
CXX: /usr/bin/clang++
0 commit comments