Skip to content

Commit

Permalink
change ruff check command
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadRaziei authored Oct 18, 2024
1 parent b252e5c commit e6e55b3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e6e55b3

Please sign in to comment.