Commit b52ed22a authored by nimrod's avatar nimrod
Browse files

Python install wheel check.

The job is now hidden, so you can base on it and set a proper script to
run the CLI.
parent 16ecf395
Loading
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -15,15 +15,16 @@ build-wheel:
    paths:
      - .cache/

install-wheel:
.install-wheel:
  tags: [ns4.shore.co.il]
  stage: test
  image: registry.shore.co.il/ci-images:python3
  before_script:
  variables:
    XDG_CACHE_HOME: "$CI_PROJECT_DIR/.cache"
  script:
  before_script:
    - python3 -m pip install dist/*.whl
  script:
    - true
  needs:
    - job: build-wheel
      artifacts: true