Skip to content

Commit 0c1349f

Browse files
authored
Update python_linter.yml
1 parent 1124457 commit 0c1349f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
# Activate virtualenv
9797
source python${{ matrix.python-version }}-venv/bin/activate
9898
# Module to be tested
99-
module=.
99+
module=nets
100100
# pylint
101101
for file in $(find $module -type f); do
102102
if [ ${file: -3} == ".py" ]; then

0 commit comments

Comments
 (0)