diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 859ce0f..4d55252 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,12 +33,8 @@ jobs: - name: Upgrade PIP run: python3 -m pip install --upgrade pip setuptools wheel - - name: Install Poetry - uses: snok/install-poetry@v1 - with: - version: 1.7.1 - virtualenvs-create: true - virtualenvs-in-project: true + - name: Install poetry + uses: abatilo/actions-poetry@v2 - name: Display Python version run: python3 --version diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4d5e709..dd4e45d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,12 +26,8 @@ jobs: - name: Upgrade PIP run: python3 -m pip install --upgrade pip setuptools wheel - - name: Install Poetry - uses: snok/install-poetry@v1 - with: - version: 1.7.1 - virtualenvs-create: true - virtualenvs-in-project: true + - name: Install poetry + uses: abatilo/actions-poetry@v2 - name: Display Python version run: python3 --version diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 91cb8f9..1a98a10 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,12 +26,8 @@ jobs: - name: Upgrade PIP run: python3 -m pip install --upgrade pip setuptools wheel - - name: Install Poetry - uses: snok/install-poetry@v1 - with: - version: 1.7.1 - virtualenvs-create: true - virtualenvs-in-project: true + - name: Install poetry + uses: abatilo/actions-poetry@v2 - name: Display Python version run: python3 --version