Fix poetry install deletion

This commit is contained in:
erinhmclark
2025-03-31 11:25:51 +01:00
parent a590647279
commit c2821d7c83

View File

@@ -27,6 +27,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install latest Poetry
run: pipx install poetry
- name: Cache Poetry and pip artifacts
uses: actions/cache@v4
with: