We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb0696 commit f185170Copy full SHA for f185170
1 file changed
.github/workflows/tests.yml
@@ -53,7 +53,7 @@ jobs:
53
run: pip install -r requirements.txt
54
- name: "Pip install libsemigroups_pybind11 . . ."
55
run: |
56
- CXX="${{ matrix.compiler }}" pip install -e . -v
+ CXX="${{ matrix.compiler }}" LDFLAGS="-Wl,-rpath,$LC_RPATH" pip install -e . -v
57
- name: "Run tests . . ."
58
59
python -m pytest -vv tests/test_*.py
0 commit comments