Skip to content

Commit ae83208

Browse files
committed
$ pipenv run pytest
1 parent 7c4c023 commit ae83208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
- run: pipenv install --dev --deploy
3333

3434
- name: Test with pytest
35-
run: pytest
35+
run: pipenv run pytest
3636
env:
3737
API_KEY: ${{secrets.API_KEY}}

0 commit comments

Comments
 (0)