We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124bbda commit 47c1478Copy full SHA for 47c1478
.github/workflows/main.yml
@@ -18,6 +18,7 @@ jobs:
18
run: |
19
python -m pip install --upgrade pip
20
pip install -e .
21
+ pip install pytest
22
23
- name: Run tests
- run: python setup.py test
24
+ run: pytest -v pyvdrm/tests/
0 commit comments