We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5033987 commit e3720f7Copy full SHA for e3720f7
1 file changed
.github/workflows/python.yml
@@ -29,6 +29,7 @@ jobs:
29
- run: cd ../argunparse && pip install -r test_requirements.txt && python setup.py build && cd -
30
- run: git clone https://github.com/python-semver/python-semver ../semver
31
- run: cd ../semver && python setup.py build && cd -
32
+ - run: pip install jupyter
33
- run: python -m coverage run --branch --source . -m unittest -v
34
# - run: LOGGING_LEVEL=critical python -m coverage run --append --branch --source . -m unittest -v test.test_version
35
- run: python -m coverage report --show-missing
0 commit comments