Skip to content

Commit 19aba46

Browse files
committed
try pipenv again
1 parent 65148df commit 19aba46

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/Tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
run: |
2121
python -m pip install --upgrade pip
2222
pip install pytest
23+
pip install pipenv
2324
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2425
- name: Test with pytest
2526
run: |
26-
cd test | pytest tests.py
27+
pipenv run test -v

0 commit comments

Comments
 (0)