Skip to content

Commit 5883987

Browse files
committed
just run pytest directly in github actions
1 parent d222409 commit 5883987

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
run: pip install -e .[test]
3232

3333
- name: Test with pytest
34-
run: pipenv run pytest
34+
run: pytest
3535
env:
3636
API_KEY: ${{secrets.API_KEY}}

0 commit comments

Comments
 (0)