We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3002881 commit c64dc03Copy full SHA for c64dc03
.github/workflows/pythonpublish.yml
@@ -23,7 +23,7 @@ jobs:
23
pip install setuptools wheel twine
24
- name: Make sure unit tests succeed
25
run: |
26
- pip install ".[dev]""
+ pip install ".[dev]"
27
pytest
28
- name: Build package
29
0 commit comments