File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ jobs:
4949 - name : " Python version . . ."
5050 run : |
5151 python --version
52- pip3 --version
53- - name : " Pip3 installing libsemigroups_pybind11 . . ."
52+ pip --version
53+ - name : " Pip installing libsemigroups_pybind11 . . ."
5454 run : |
55- CXX="${{ matrix.compiler }}" pip3 install . -v
55+ CXX="${{ matrix.compiler }}" pip install . -v
5656 - name : " python -m pytest -vv tests/test_*.py . . ."
5757 run : |
5858 python -m pytest -vv tests/test_*.py
6161 etc/make-doc.sh # so that all files are generated!
6262 cd docs
6363 python -m sphinx -b doctest -d _build/doctrees source _build/doctest
64- - name : " Pip3 installing pylint + cpplint . . ."
64+ - name : " Pip installing pylint + cpplint . . ."
6565 run : |
66- pip3 install pylint cpplint
66+ pip install pylint cpplint
6767 - name : " Running pylint and cpplint . . ."
6868 run : |
6969 python -m pylint setup.py tests/*.py libsemigroups_pybind11/*.py
You can’t perform that action at this time.
0 commit comments