Commit 6b23f2a4 authored by nimrod's avatar nimrod
Browse files

Install the needed Python packages in the CI image.

parent 27b09cc3
Loading
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -3,8 +3,6 @@ build-wheel:
  tags: [ns4.shore.co.il]
  stage: build
  image: registry.shore.co.il/ci-images:python3
  before_script:
    - python3 -m pip install docutils pygments wheel
  script:
    - python3 setup.py check --verbose --metadata --restructuredtext --strict
    - python3 setup.py bdist_wheel
@@ -37,8 +35,6 @@ pypi-upload:
  tags: [ns4.shore.co.il]
  stage: deploy
  image: registry.shore.co.il/ci-images:python3
  before_script:
    - python3 -m pip install twine
  script:
    - twine check dist/*
    - twine upload --config-file "$pypirc" dist/*