diff --git a/.github/workflows/ci-poetry.yml b/.github/workflows/ci-poetry.yml index af675fb..7944642 100644 --- a/.github/workflows/ci-poetry.yml +++ b/.github/workflows/ci-poetry.yml @@ -18,14 +18,13 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Install Poetry + run: pipx install poetry + - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - - - name: Install Poetry - uses: abatilo/actions-poetry@v3.0.0 - with: - poetry-version: 1.2.2 + cache: poetry - name: Install dependencies run: pip install -r dev-requirements.txt