We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a6167 commit 1a16424Copy full SHA for 1a16424
1 file changed
.github/workflows/tests.yml
@@ -52,7 +52,7 @@ jobs:
52
pip3 --version
53
- name: "Pip3 installing libsemigroups_pybind11 . . ."
54
run: |
55
- CXX="${{ matrix.compiler }}"pip3 install . -v
+ CXX="${{ matrix.compiler }}" pip3 install . -v
56
- name: "python -m pytest -vv tests/test_*.py . . ."
57
58
python -m pytest -vv tests/test_*.py
0 commit comments