Skip to content

Commit c3f0284

Browse files
authored
Update main.yml
1 parent 8d24b6d commit c3f0284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Static type checking with MyPy
3636
run: |
37-
mypy growthbook.py --implicit-optional
37+
mypy growthbook/growthbook.py --implicit-optional
3838
3939
- name: Test with pytest
4040
run: |

0 commit comments

Comments
 (0)