Skip to content

Commit

Permalink
Merge pull request #175 from lsst-sqre/tickets/DM-39837
Browse files Browse the repository at this point in the history
DM-39837: Do version check in tox.ini
  • Loading branch information
jonathansick authored Jul 7, 2023
2 parents 393e6ae + d93b574 commit bfd702f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,6 @@ jobs:
npm install
npm run build
- name: Show package version
run: |
python -c 'import documenteer; print(documenteer.__version__)'
- name: Build and publish
uses: lsst-sqre/build-and-publish-to-pypi@tickets/DM-39837
with:
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ extras =
technote
commands=
coverage run -m pytest {posargs}
python -c 'import documenteer; print(documenteer.__version__)'

[testenv:coverage-report]
description = Compile coverage from each test run.
Expand Down

0 comments on commit bfd702f

Please sign in to comment.