From c3a2b6715a470fa2d5095ac951d76b6923c4eb30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Ri=C3=9Fe?= Date: Mon, 30 Sep 2024 09:12:22 +0200 Subject: [PATCH] Debug logging --- .github/workflows/testing-all-oses.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/testing-all-oses.yml b/.github/workflows/testing-all-oses.yml index e1d0d4a88..d715661ac 100644 --- a/.github/workflows/testing-all-oses.yml +++ b/.github/workflows/testing-all-oses.yml @@ -37,6 +37,8 @@ jobs: id: year-and-week run: echo "year-and-week=$(date +%Y-%V)" >> "$GITHUB_OUTPUT" - uses: mamba-org/setup-micromamba@v1 + env: + ACTIONS_STEP_DEBUG: true with: environment-file: requirements.txt environment-name: ci