We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6295b62 commit 74358bdCopy full SHA for 74358bd
1 file changed
.github/workflows/pypi_release.yaml
@@ -65,6 +65,7 @@ jobs:
65
run: |
66
pip install --upgrade pip
67
pip install -v .
68
+ pip install pytest
69
70
- name: Build Source Distribution
71
0 commit comments