Skip to content

Commit a32fd0a

Browse files
committed
str
1 parent 4f30278 commit a32fd0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3636
- name: Test with pytest
3737
run: |
38-
pytest --ignore-glob=.*api.*py
38+
pytest --ignore-glob=".*api.*py"

0 commit comments

Comments
 (0)