Skip to content

Commit e10fa43

Browse files
committed
Change test to pipenv
1 parent ca00701 commit e10fa43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2424
- name: Test with pytest
2525
run: |
26-
pytest
26+
pipenv run pytest

0 commit comments

Comments
 (0)