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