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

fix

parent 7993b014
Branches
No related tags found
2 merge requests!10Add pre commit improve tox setup,!9Draft: Add pre-commit hook and improve with better linting
Pipeline #110077 failed
Pipeline: Python Binary Wheel Package

#110082

    Pipeline: Python Binary Wheel Package

    #110078

      ...@@ -99,6 +99,7 @@ package_files: ...@@ -99,6 +99,7 @@ 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,7 +125,5 @@ commands = [["python", "-m", "build"]] ...@@ -125,7 +125,5 @@ 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 = [ allowlist_externals = ["docker"]
      ["source", "scripts/setup-docker-host.sh"], commands = [["python", "-m", "cibuildwheel", "--platform", "linux", "--output-dir", "dist"]]
      ["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