ci: Rename workflow input
To be compliant with the Poetry version
This commit is contained in:
2
.github/workflows/rules.yml
vendored
2
.github/workflows/rules.yml
vendored
@@ -20,5 +20,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
os: ${{ matrix.os }}
|
os: ${{ matrix.os }}
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
pip-extras: "analysis,tests"
|
poetry-extras: "analysis,tests"
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|||||||
Reference in New Issue
Block a user