Skip to content

Commit 33baab2

Browse files
committed
Fix command
1 parent e04af58 commit 33baab2

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
@@ -23,7 +23,7 @@ jobs:
2323
- name: Run tests
2424
run: |
2525
poetry run coverage run -m pytest
26-
coveralls
26+
poetry run coveralls
2727
env:
2828
OPENAI_API_KEY: "sk-fake-test-key-123"
2929
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

0 commit comments

Comments
 (0)