From fcef3715330bcb1b50039fce09c16c3ce9f1de77 Mon Sep 17 00:00:00 2001 From: Alessandro Candido Date: Fri, 16 Feb 2024 10:15:46 +0100 Subject: [PATCH] ci: Rename workflow input To be compliant with the Poetry version --- .github/workflows/rules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rules.yml b/.github/workflows/rules.yml index fcb2120..9171a54 100644 --- a/.github/workflows/rules.yml +++ b/.github/workflows/rules.yml @@ -20,5 +20,5 @@ jobs: with: os: ${{ matrix.os }} python-version: ${{ matrix.python-version }} - pip-extras: "analysis,tests" + poetry-extras: "analysis,tests" secrets: inherit