We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbfc6f9 + 5eb00e0 commit 6e6265bCopy full SHA for 6e6265b
1 file changed
tests/setup_test_environment.sh
@@ -33,6 +33,8 @@ elif [ $(uname) = "Darwin" ]; then
33
ln -s "$(which git-lfs)" ${GIT_LFS_WTD}
34
fi
35
# Workaround for issue cwipc#192
36
+ brew install libomp
37
+ brew link --force libomp
38
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install --head cwipc
39
python3.12 -m venv .venv
40
source .venv/bin/activate
0 commit comments