From 5c8413a5e3eedf9ee601e5a90d8c04b472acfb7b Mon Sep 17 00:00:00 2001 From: diegoferigo Date: Fri, 17 May 2024 10:52:45 +0200 Subject: [PATCH] Set log verbosity to DEBUG in CI/CD --- .github/workflows/ci_cd.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 0e4ec28..35cd63a 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -149,11 +149,15 @@ jobs: - name: Import the package run: python -c "import rod" + env: + ROD_LOGGING_LEVEL: DEBUG - uses: actions/checkout@v3 - name: Run tests run: pytest + env: + ROD_LOGGING_LEVEL: DEBUG publish: name: Publish to PyPI