From 51fe90dadf5403bee4b48dee363079ce84de3c11 Mon Sep 17 00:00:00 2001 From: Denis Shulyaka Date: Fri, 26 Jul 2024 16:04:17 +0300 Subject: [PATCH] Enable debug logs --- .github/workflows/anthropic-hass.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/anthropic-hass.yml b/.github/workflows/anthropic-hass.yml index 266440c..ce3f2ed 100644 --- a/.github/workflows/anthropic-hass.yml +++ b/.github/workflows/anthropic-hass.yml @@ -22,7 +22,7 @@ jobs: python -m pip install --upgrade pip python -m pip install tox tox-gh-actions - name: Test with tox - run: tox + run: env && tox -vv -- -vv - name: Coveralls uses: AndreMiras/coveralls-python-action@develop with: