Skip to content

Commit 2ac02da

Browse files
committed
chore: mention why we install jupyter
1 parent f47bda8 commit 2ac02da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +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
32+
- run: pip install jupyter # example package that uses metadata.json
3333
- run: python -m coverage run --branch --source . -m unittest -v
3434
- run: python -m coverage run --append --branch --source . -m unittest -v test.test_version
3535
env:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ RUN set -Eeuxo pipefail && \
7171
cd semver && \
7272
python -m build && \
7373
cd - && \
74-
pip install jupyter
74+
pip install jupyter # example package that uses metadata.json
7575

7676
WORKDIR /home/user/version-query

0 commit comments

Comments
 (0)