Skip to content

Commit 2f1c59a

Browse files
committed
test: install package that uses metadata.json
1 parent 0d0658c commit 2f1c59a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.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 requirements_test.txt && python setup.py build && cd -
3030
- run: git clone https://github.com/python-semver/python-semver ../semver
3131
- run: cd ../semver && python -m build && cd -
32+
- run: pip install jupyter
3233
- run: python -m coverage run --branch --source . -m unittest -v
3334
- run: python -m coverage run --append --branch --source . -m unittest -v test.test_version
3435
env:

0 commit comments

Comments
 (0)