We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b1332 commit 55c929cCopy full SHA for 55c929c
1 file changed
.github/workflows/python-publish.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
24
- pip install setuptools wheel twine
+ pip install setuptools wheel twine pytest
25
- name: Build and publish
26
27
env:
0 commit comments