Loading templates/python.yml +4 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
templates/python.yml +4 −3 Original line number Diff line number Diff line Loading @@ -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 Loading