diff --git a/.github/workflows/poetry-test.yml b/.github/workflows/poetry-test.yml index e8570d41a..e8f40881a 100644 --- a/.github/workflows/poetry-test.yml +++ b/.github/workflows/poetry-test.yml @@ -30,7 +30,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: ๐Ÿ“œ Setup Poetry - uses: abatilo/actions-poetry@e78f54a89cb052fff327414dd9ff010b5d2b4dbd # v3.0.1 + uses: abatilo/actions-poetry@3765cf608f2d4a72178a9fc5b918668e542b89b1 # v4.0.0 - name: ๐Ÿ” Check the correctness of the project config run: poetry check diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index a38482fca..08b7f5d0f 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -39,7 +39,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: ๐Ÿ“œ Setup Poetry - uses: abatilo/actions-poetry@e78f54a89cb052fff327414dd9ff010b5d2b4dbd # v3.0.1 + uses: abatilo/actions-poetry@3765cf608f2d4a72178a9fc5b918668e542b89b1 # v4.0.0 - name: ๐Ÿ“ฆ Install dependencies run: | diff --git a/.github/workflows/publish-test.yml b/.github/workflows/publish-test.yml index ed80ed454..e7ab8b53e 100644 --- a/.github/workflows/publish-test.yml +++ b/.github/workflows/publish-test.yml @@ -32,7 +32,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: ๐Ÿ“œ Setup Poetry - uses: abatilo/actions-poetry@e78f54a89cb052fff327414dd9ff010b5d2b4dbd # v3.0.1 + uses: abatilo/actions-poetry@3765cf608f2d4a72178a9fc5b918668e542b89b1 # v4.0.0 - name: ๐Ÿ—๏ธ Build source and wheel distributions run: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 398c9deb3..d71c239b3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: ๐Ÿ“œ Setup Poetry - uses: abatilo/actions-poetry@e78f54a89cb052fff327414dd9ff010b5d2b4dbd # v3.0.1 + uses: abatilo/actions-poetry@3765cf608f2d4a72178a9fc5b918668e542b89b1 # v4.0.0 - name: ๐Ÿ—๏ธ Build source and wheel distributions run: | diff --git a/.github/workflows/test-doc.yml b/.github/workflows/test-doc.yml index d5cd8acb0..6b2012d8f 100644 --- a/.github/workflows/test-doc.yml +++ b/.github/workflows/test-doc.yml @@ -29,7 +29,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: ๐Ÿ“œ Setup Poetry - uses: abatilo/actions-poetry@e78f54a89cb052fff327414dd9ff010b5d2b4dbd # v3.0.1 + uses: abatilo/actions-poetry@3765cf608f2d4a72178a9fc5b918668e542b89b1 # v4.0.0 - name: ๐Ÿ—๏ธ Install dependencies run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a5167958c..cd197dbea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,19 +29,12 @@ jobs: python-version: ${{ matrix.python-version }} - name: ๐Ÿ“œ Setup Poetry - uses: abatilo/actions-poetry@e78f54a89cb052fff327414dd9ff010b5d2b4dbd # v3.0.1 + uses: abatilo/actions-poetry@3765cf608f2d4a72178a9fc5b918668e542b89b1 # v4.0.0 - name: ๐Ÿ“ฆ Install dependencies run: | poetry install --with=test - - name: Run pytest - uses: pavelzw/pytest-action@510c5e90c360a185039bea56ce8b3e7e51a16507 # v2.2.0 - with: - verbose: true - emoji: true - job-summary: true - custom-arguments: "-q" - click-to-expand: true - report-title: "Test Report" - custom-pytest: "poetry run pytest" + - name: ๐Ÿงช Run pytest + run: | + poetry run pytest