diff --git a/.cirrus.yml b/.cirrus.yml index 7ad9e9082..cbd26fdc3 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -12,6 +12,7 @@ linux_arm64_task: env: PATH: ${HOME}/.local/bin:${PATH} CIRRUS_CLONE_SUBMODULES: "true" + HATCH_VERBOSE: 1 matrix: - IMAGE: "python:3.8-slim" - IMAGE: "python:3.9-slim" diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 40a20f578..284125bab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,6 +16,7 @@ concurrency: env: STABLE_PYTHON_VERSION: "3.12" + HATCH_VERBOSE: 1 CIBW_BUILD_FRONTEND: build jobs: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8ed5e29b1..91f6a3508 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,7 @@ concurrency: env: STABLE_PYTHON_VERSION: "3.12" PYTEST_ADDOPTS: --color=yes + HATCH_VERBOSE: 1 jobs: test: