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 2626 - run : git clone https://github.com/PyCQA/pycodestyle ../pycodestyle
2727 - run : cd ../pycodestyle && python setup.py build && cd -
2828 - run : git clone https://github.com/mbdevpl/argunparse ../argunparse
29- - run : cd ../argunparse && pip install -r test_requirements .txt && python setup.py build && cd -
29+ - 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 setup.py build && cd -
3232 - run : pip install jupyter
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ RUN set -Eeuxo pipefail && \
6464 cd - && \
6565 git clone https://github.com/mbdevpl/argunparse argunparse && \
6666 cd argunparse && \
67- pip install -r test_requirements .txt && \
67+ pip install -r requirements_test .txt && \
6868 python setup.py build && \
6969 cd - && \
7070 git clone https://github.com/python-semver/python-semver semver && \
You can’t perform that action at this time.
0 commit comments