Skip to content

Commit e3720f7

Browse files
committed
test(github): install jupyter as an example package
1 parent 5033987 commit e3720f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- run: cd ../argunparse && pip install -r test_requirements.txt && python setup.py build && cd -
3030
- run: git clone https://github.com/python-semver/python-semver ../semver
3131
- run: cd ../semver && python setup.py build && cd -
32+
- run: pip install jupyter
3233
- run: python -m coverage run --branch --source . -m unittest -v
3334
# - run: LOGGING_LEVEL=critical python -m coverage run --append --branch --source . -m unittest -v test.test_version
3435
- run: python -m coverage report --show-missing

0 commit comments

Comments
 (0)