From e6e55b3ca7ef28fcac8d9586f5ebafe854d14563 Mon Sep 17 00:00:00 2001 From: Mohammad Raziei Date: Fri, 18 Oct 2024 21:29:30 +0330 Subject: [PATCH] change ruff check command --- .github/workflows/wheels.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index c7a04be..0ea4467 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -25,8 +25,12 @@ jobs: with: submodules: false + - uses: actions/setup-python@v4 + with: + python-version: "3.x" + - name: Ruff Check - uses: jpetrucciani/ruff-check@main + run: pipx run ruff check . - name: Build SDist run: pipx run build --sdist @@ -43,7 +47,7 @@ jobs: name: Wheels on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: - fail-fast: false + fail-fast: true matrix: os: [ubuntu-latest, windows-latest] @@ -77,10 +81,6 @@ jobs: if: startsWith(github.ref, 'refs/tags/') steps: - - uses: actions/setup-python@v4 - with: - python-version: "3.x" - - uses: actions/download-artifact@v3 with: name: artifact