Skip to content

Commit

Permalink
chore(ci): set hatch to be verbose
Browse files Browse the repository at this point in the history
This will help with debugging any errors that might occur during the
venv setup.

Signed-off-by: JP-Ellis <josh@jpellis.me>
  • Loading branch information
JP-Ellis committed Nov 22, 2023
1 parent 38e1138 commit b579655
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ concurrency:

env:
STABLE_PYTHON_VERSION: "3.12"
HATCH_VERBOSE: 1
CIBW_BUILD_FRONTEND: build

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:
env:
STABLE_PYTHON_VERSION: "3.12"
PYTEST_ADDOPTS: --color=yes
HATCH_VERBOSE: 1

jobs:
test:
Expand Down

0 comments on commit b579655

Please sign in to comment.