We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9258e5f commit f3f0a6eCopy full SHA for f3f0a6e
.github/workflows/tests.yml
@@ -67,7 +67,7 @@ jobs:
67
pip3 install pylint cpplint
68
- name: "Running pylint and cpplint . . ."
69
run: |
70
- python -m pylint setup.py tests/*.py libsemigroups_pybind11/*.py
+ python -m pylint setup.py tests/*.py src/libsemigroups_pybind11/*.py
71
python -m cpplint src/*.hpp src/*.cpp
72
macosx:
73
strategy:
@@ -132,5 +132,5 @@ jobs:
132
133
134
135
136
0 commit comments