Commit 415c9c16 authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

Use python3 instead of python in build stage.

parent 63f6ed20
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ build_package:
  tags:
    - docker-executor
  script:
    - python setup.py egg_info -b.$CI_COMMIT_SHORT_SHA sdist bdist_wheel
    - python3 setup.py egg_info -b.$CI_COMMIT_SHORT_SHA sdist bdist_wheel
  only: [master]
  artifacts:
    paths: