Skip to content

Commit 41ec2e0

Browse files
Fix indentation
1 parent 8ef0703 commit 41ec2e0

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

.github/actions/tests/action.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -43,30 +43,30 @@ runs:
4343
python --version
4444
pip3 --version
4545
shell: bash -l {0}
46-
- name: "Pip installing requirements.txt . . ."
47-
run: |
48-
pip3 install -r requirements.txt
49-
shell: bash -l {0}
50-
- name: "Pip3 installing libsemigroups_pybind11 . . ."
51-
run: |
52-
pip3 install . -v
53-
shell: bash -l {0}
54-
- name: "python -m pytest -vv tests/test_*.py . . ."
55-
run: |
56-
python -m pytest -vv tests/test_*.py
57-
shell: bash -l {0}
58-
- name: "Run doc tests . . ."
59-
run: |
60-
etc/make-doc.sh # so that all files are generated!
61-
cd docs
62-
python -m sphinx -b doctest -d _build/doctrees source _build/doctest
63-
shell: bash -l {0}
64-
- name: "Pip3 installing pylint + cpplint . . ."
65-
run: |
66-
pip3 install pylint cpplint
67-
shell: bash -l {0}
68-
- name: "Running pylint and cpplint . . ."
69-
run: |
70-
python -m pylint setup.py tests/*.py libsemigroups_pybind11/*.py
71-
python -m cpplint src/*.hpp src/*.cpp
72-
shell: bash -l {0}
46+
- name: "Pip installing requirements.txt . . ."
47+
run: |
48+
pip3 install -r requirements.txt
49+
shell: bash -l {0}
50+
- name: "Pip3 installing libsemigroups_pybind11 . . ."
51+
run: |
52+
pip3 install . -v
53+
shell: bash -l {0}
54+
- name: "python -m pytest -vv tests/test_*.py . . ."
55+
run: |
56+
python -m pytest -vv tests/test_*.py
57+
shell: bash -l {0}
58+
- name: "Run doc tests . . ."
59+
run: |
60+
etc/make-doc.sh # so that all files are generated!
61+
cd docs
62+
python -m sphinx -b doctest -d _build/doctrees source _build/doctest
63+
shell: bash -l {0}
64+
- name: "Pip3 installing pylint + cpplint . . ."
65+
run: |
66+
pip3 install pylint cpplint
67+
shell: bash -l {0}
68+
- name: "Running pylint and cpplint . . ."
69+
run: |
70+
python -m pylint setup.py tests/*.py libsemigroups_pybind11/*.py
71+
python -m cpplint src/*.hpp src/*.cpp
72+
shell: bash -l {0}

0 commit comments

Comments
 (0)