Skip to content

Commit dfc93b7

Browse files
committed
Invoke flake8 unambiguously
1 parent 9aaad18 commit dfc93b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ stages:
99
flake8:
1010
stage: Style Guide Enforcement
1111
script:
12-
- flake8
12+
- python3 -m flake8

0 commit comments

Comments
 (0)