Skip to content

Commit 4f30278

Browse files
committed
switch
1 parent b3230b2 commit 4f30278

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)