File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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
7676WORKDIR /home/user/version-query
You can’t perform that action at this time.
0 commit comments