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

fix

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

#110374

    Pipeline: Python Binary Wheel Package

    #110373

      This commit is part of merge request !9. Comments created here will be created in the context of that merge request.
      ...@@ -125,6 +125,6 @@ commands = [["python", "-m", "build"]] ...@@ -125,6 +125,6 @@ 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"]
      allowlist_externals = ["docker"] allowlist_externals = ["docker", "which"]
      • Owner

        If this doesn't work we might also want to drop Python3.9 entirely as its EOL anyway

      • Author Developer

        What is the connection to python3.9 here?

      • Owner

        The cibuildwheel for cp39 failed specifically on the package-files last job.

      • Owner

        I am starting to think I had this version pin for a reason cibuildwheel==2.13.1

      • Hannes Feldt @feldt

        changed this line in version 18 of the diff

        ·

        changed this line in version 18 of the diff

        Toggle commit list
      • Please register or sign in to reply
      pass_env = ["DOCKER_HOST", "DOCKER_TLS_VERIFY", "DOCKER_CERT_PATH"] pass_env = ["DOCKER_HOST", "DOCKER_TLS_VERIFY", "DOCKER_CERT_PATH"]
      commands = [["python", "-m", "cibuildwheel", "--platform", "linux", "--output-dir", "dist"]] commands = [["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