Skip to content
Snippets Groups Projects
Commit 7993b014 authored by Hannes Feldt's avatar Hannes Feldt
Browse files

fix

parent 840430c4
Branches
Tags
2 merge requests!10Add pre commit improve tox setup,!9Draft: Add pre-commit hook and improve with better linting
Pipeline #110047 failed
Pipeline: Python Binary Wheel Package

#110053

    Pipeline: Python Binary Wheel Package

    #110048

      ...@@ -99,7 +99,6 @@ package_files: ...@@ -99,7 +99,6 @@ package_files:
      paths: paths:
      - dist/* - dist/*
      script: script:
      - source scripts/setup-docker-host.sh
      - tox -e build-ci-linux - tox -e build-ci-linux
      package_docs: package_docs:
      ......
      ...@@ -125,4 +125,7 @@ commands = [["python", "-m", "build"]] ...@@ -125,4 +125,7 @@ commands = [["python", "-m", "build"]]
      [tool.tox.env.build-ci-linux] [tool.tox.env.build-ci-linux]
      package = "wheel" package = "wheel"
      deps = ["-r{toxinidir}/build-requirements.txt"] deps = ["-r{toxinidir}/build-requirements.txt"]
      commands = [["python", "-m", "cibuildwheel", "--platform", "linux", "--output-dir", "dist"]] commands = [
      ["source", "scripts/setup-docker-host.sh"],
      ["python", "-m", "cibuildwheel", "--platform", "linux", "--output-dir", "dist"]
      ]
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment