Skip to content

Commit

Permalink
to new name
Browse files Browse the repository at this point in the history
  • Loading branch information
asukaminato0721 authored Feb 3, 2024
1 parent 394d5ca commit eafa7b6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/bindings_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
working-directory: "bindings/python"
run: |
ruff check .
- name: Ruff Check
working-directory: "bindings/python"
run: |
pip install ruff
ruff check .
- uses: PyO3/maturin-action@v1
with:
working-directory: "bindings/python"
Expand Down

0 comments on commit eafa7b6

Please sign in to comment.