diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 07157d3..b3cfda7 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -20,6 +20,9 @@ jobs: with: python-version: ${{ matrix.python }} architecture: x64 + - uses: abatilo/actions-poetry@v2 + with: + poetry-version: "1.6.1" - name: Resolve dependencies run: poetry export -f requirements.txt --without-hashes --only quality --output requirements.txt - name: Cache python modules @@ -80,6 +83,9 @@ jobs: with: python-version: ${{ matrix.python }} architecture: x64 + - uses: abatilo/actions-poetry@v2 + with: + poetry-version: "1.6.1" - name: Resolve dependencies run: poetry export -f requirements.txt --without-hashes --only quality --output requirements.txt - name: Cache python modules