Loading templates/python.yml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ build-wheel: stage: build image: registry.shore.co.il/ci-images:python3 before_script: - pip install docutils pygments - pip install docutils pygments setuptools script: - python setup.py check --verbose --metadata --restructuredtext --strict - python setup.py bdist_wheel Loading Loading
templates/python.yml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ build-wheel: stage: build image: registry.shore.co.il/ci-images:python3 before_script: - pip install docutils pygments - pip install docutils pygments setuptools script: - python setup.py check --verbose --metadata --restructuredtext --strict - python setup.py bdist_wheel Loading