Skip to content

Commit 1bb0e3b

Browse files
committed
Fix CI
1 parent edea253 commit 1bb0e3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,5 @@ jobs:
110110
with:
111111
python-version: ${{env.PYTHON_LATEST}}
112112
- run: python -m pip install -e .[dev]
113-
- run: "python -c 'import doc2dash; print(doc2dash.__version__)'"
114-
- run: "python -m doc2dash"
113+
- run: python -c 'import doc2dash; print(doc2dash.__version__)'
114+
- run: python -m doc2dash --version

0 commit comments

Comments
 (0)