We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65148df commit 19aba46Copy full SHA for 19aba46
1 file changed
.github/workflows/Tests.yml
@@ -20,7 +20,8 @@ jobs:
20
run: |
21
python -m pip install --upgrade pip
22
pip install pytest
23
+ pip install pipenv
24
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
25
- name: Test with pytest
26
- cd test | pytest tests.py
27
+ pipenv run test -v
0 commit comments