From 125f2cd23a35a6cd275659495eddfad792bd0dd0 Mon Sep 17 00:00:00 2001 From: vasilije Date: Wed, 8 Jan 2025 13:40:07 +0100 Subject: [PATCH] Fix poetry issues --- .github/workflows/reusable_python_example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable_python_example.yml b/.github/workflows/reusable_python_example.yml index bd7cd6bb5..54e3de69b 100644 --- a/.github/workflows/reusable_python_example.yml +++ b/.github/workflows/reusable_python_example.yml @@ -36,7 +36,7 @@ jobs: python-version: '3.11.x' - name: Install Poetry - uses: snok/install-poetry@v1.4.1 + uses: snok/install-poetry@v1 with: virtualenvs-create: true virtualenvs-in-project: true