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 edea253 commit 1bb0e3bCopy full SHA for 1bb0e3b
1 file changed
.github/workflows/main.yml
@@ -110,5 +110,5 @@ jobs:
110
with:
111
python-version: ${{env.PYTHON_LATEST}}
112
- run: python -m pip install -e .[dev]
113
- - run: "python -c 'import doc2dash; print(doc2dash.__version__)'"
114
- - run: "python -m doc2dash"
+ - run: python -c 'import doc2dash; print(doc2dash.__version__)'
+ - run: python -m doc2dash --version
0 commit comments