Commit 7d53614e authored by nimrod's avatar nimrod
Browse files

Fix missing dependency.

parent 019770bb
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -3,12 +3,19 @@ build-wheel:
  tags: [ns4.shore.co.il]
  stage: build
  image: python:slim
  before_script:
    - pip install docutils pygments
  script:
    - python setup.py check --verbose --metadata --restructuredtext --strict
    - python setup.py bdist_wheel
  artifacts:
    paths:
      - dist/*.whl
  variables:
    XDG_CACHE_HOME: "$CI_PROJECT_DIR/.cache"
  cache:
    paths:
      - .cache/

install-wheel:
  tags: [ns4.shore.co.il]