Skip to content

Commit 1a16424

Browse files
fix typo
1 parent 23a6167 commit 1a16424

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
pip3 --version
5353
- name: "Pip3 installing libsemigroups_pybind11 . . ."
5454
run: |
55-
CXX="${{ matrix.compiler }}"pip3 install . -v
55+
CXX="${{ matrix.compiler }}" pip3 install . -v
5656
- name: "python -m pytest -vv tests/test_*.py . . ."
5757
run: |
5858
python -m pytest -vv tests/test_*.py

0 commit comments

Comments
 (0)