We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa5af0 commit b4db9daCopy full SHA for b4db9da
.github/workflows/python-publish.yml
@@ -23,7 +23,7 @@ jobs:
23
python -m pip install --upgrade pip
24
pip install setuptools wheel twine
25
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
26
- - name: Test with pytest
+ - name: Tests with pytest
27
run: |
28
python3 -m pytest --cov=sheet2dict -v tests/ --disable-warnings
29
- name: Build and publish
0 commit comments