ci: cache poetry dependencies
Some checks failed
Build Python Package / build (push) Failing after 24s

This commit is contained in:
2025-02-04 01:59:00 +01:00
parent 767f1331a3
commit ce9e983ff9
3 changed files with 4 additions and 5 deletions

View File

@@ -10,9 +10,6 @@ pipx install poetry
# Add Poetry to PATH
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
# Configure Poetry
poetry config virtualenvs.create false
poetry check
poetry lock --check