Commit b1c42a6b authored by nimrod's avatar nimrod
Browse files

Templates: Small fix.

parent f0aaf3c4
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -31,7 +31,7 @@ build-wheel:
  extends: .python3
  extends: .python3
  stage: test
  stage: test
  before_script:
  before_script:
    - python3 -m pip install dist/*.whl
    - python3 -m pip install --break-system-packages dist/*.whl
  script:
  script:
    - "true"
    - "true"
  needs:
  needs: