Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ Build Package: Pin: # Pin dependencies in requirements.txt for reproducing pipeline results stage: test stage: build extends: [.python] script: - pip install --prefer-binary -e . Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ Build Package: Pin: # Pin dependencies in requirements.txt for reproducing pipeline results stage: test stage: build extends: [.python] script: - pip install --prefer-binary -e . Loading