ci: cache pip packages
Some checks failed
Build Python Package / build (push) Failing after 31s

This commit is contained in:
2025-02-04 02:05:26 +01:00
parent 5f49401763
commit 968afff225
3 changed files with 5 additions and 2 deletions

View File

@@ -10,6 +10,9 @@ 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

View File

@@ -18,7 +18,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13.1"
cache: "poetry"
cache: "pip"
- name: Run setup script
run: .gitea/scripts/setup-poetry.sh

View File

@@ -17,7 +17,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13.1"
cache: "poetry"
cache: "pip"
- name: Run setup script
run: .gitea/scripts/setup-poetry.sh