cache poetry
Some checks failed
Test CI / test (push) Failing after 7s

This commit is contained in:
2025-04-02 22:29:58 +02:00
parent 201b54be85
commit 83ee2ca8a1

View File

@@ -19,6 +19,7 @@ jobs:
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: "3.13" python-version: "3.13"
cache: poetry
- run: python --version - run: python --version
# test2: # test2: