Skip to content

Commit be99c73

Browse files
committed
fix: correct typo in pytest command in workflow file
1 parent 043ad08 commit be99c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4444
- name: Test with pytest
4545
run: |
46-
pytes
46+
pytest
4747
4848
build-macos:
4949
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)