Skip to content

Commit f3f0a6e

Browse files
Fix package path
1 parent 9258e5f commit f3f0a6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
pip3 install pylint cpplint
6868
- name: "Running pylint and cpplint . . ."
6969
run: |
70-
python -m pylint setup.py tests/*.py libsemigroups_pybind11/*.py
70+
python -m pylint setup.py tests/*.py src/libsemigroups_pybind11/*.py
7171
python -m cpplint src/*.hpp src/*.cpp
7272
macosx:
7373
strategy:
@@ -132,5 +132,5 @@ jobs:
132132
pip3 install pylint cpplint
133133
- name: "Running pylint and cpplint . . ."
134134
run: |
135-
python -m pylint setup.py tests/*.py libsemigroups_pybind11/*.py
135+
python -m pylint setup.py tests/*.py src/libsemigroups_pybind11/*.py
136136
python -m cpplint src/*.hpp src/*.cpp

0 commit comments

Comments
 (0)