From 49f074dd4238042eac33d0086b91c2d07b3af370 Mon Sep 17 00:00:00 2001 From: gabotechs Date: Sat, 10 Jun 2023 19:19:32 +0200 Subject: [PATCH] chore: trigger release --- .github/workflows/test-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index 6195c7a..cc7de53 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -37,6 +37,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: '0' # https://github.com/actions/checkout/issues/217 + - run: pipx install poetry - uses: actions/setup-python@v4 with: