Skip to content

Commit ddec1ce

Browse files
authored
Merge pull request #335 from sean-reed/patch-1
Updated command to run pytest
2 parents b2f909d + ec896b5 commit ddec1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/django.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Type check
6060
run: mypy --config mypy.ini styleguide_example/
6161
- name: Run tests
62-
run: py.test
62+
run: pytest
6363

6464
deploy_to_heroku:
6565
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)