Skip to content

Commit f185170

Browse files
Specify LDFLAGS
1 parent efb0696 commit f185170

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: pip install -r requirements.txt
5454
- name: "Pip install libsemigroups_pybind11 . . ."
5555
run: |
56-
CXX="${{ matrix.compiler }}" pip install -e . -v
56+
CXX="${{ matrix.compiler }}" LDFLAGS="-Wl,-rpath,$LC_RPATH" pip install -e . -v
5757
- name: "Run tests . . ."
5858
run: |
5959
python -m pytest -vv tests/test_*.py

0 commit comments

Comments
 (0)