Skip to content

Commit 7632d95

Browse files
committed
fix macos conda build :)
1 parent 6b70e48 commit 7632d95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,9 @@ jobs:
153153
run: |
154154
conda info
155155
conda list
156-
# NOTE: pcmsolver not 'linked' with Psi4 1.8
156+
CXXFLAGS="$(echo $CXXFLAGS | sed 's/-fvisibility-inlines-hidden //g')"
157157
pip install .[tests] --user
158+
# NOTE: pcmsolver not 'linked' with Psi4 1.8
158159
pytest adcc -k "not pcm"
159160
# python setup.py cpptest -v # TODO: currently doesn't compile...
160161
#

0 commit comments

Comments
 (0)