We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f0f38 commit 868d83dCopy full SHA for 868d83d
1 file changed
.github/workflows/python.yml
@@ -26,9 +26,6 @@ jobs:
26
python -m pip install --upgrade pip
27
pip install -r requirements.txt
28
pip install -r test-requirements.txt
29
- - name: Test with pytest
30
- run: |
31
- pytest --cov={{packageName}}
32
- name: build
33
run: |
34
pip install build
0 commit comments