Skip to content

Commit a7c4e1b

Browse files
Fix typo
1 parent bf40615 commit a7c4e1b

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
@@ -52,7 +52,7 @@ jobs:
5252
run: pip install -r requirements.txt
5353
- name: "Pip install libsemigroups_pybind11 . . ."
5454
run: |
55-
CXX="${{ matrix.compiler }}" LDFLAGS pip install . -v
55+
CXX="${{ matrix.compiler }}" pip install . -v
5656
- name: "Run tests . . ."
5757
run: |
5858
python -m pytest -vv tests/test_*.py

0 commit comments

Comments
 (0)