Skip to content

Commit

Permalink
Drop ruff checks due to changes in ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-ballarin committed Nov 23, 2024
1 parent 774b7e8 commit 53a3a5f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ jobs:
run: |
git config --global --add safe.directory $PWD
git clean -xdf
- name: Run ruff on python files
run: |
python3 -m ruff check .
- name: Run isort on python files
run: |
python3 -m isort --check --diff .
Expand Down Expand Up @@ -108,9 +105,6 @@ jobs:
python3 -m pytest --ipynb-action=create-notebooks --np=2 tutorials || (($?==$NO_TESTS_COLLECTED))
python3 -m pytest --ipynb-action=create-notebooks --tag-collapse --np=2 tutorials || (($?==$NO_TESTS_COLLECTED))
shell: bash
- name: Run ruff on tutorial files
run: |
python3 -m nbqa ruff .
- name: Run isort on tutorial files
run: |
python3 -m nbqa isort --check --diff .
Expand Down

0 comments on commit 53a3a5f

Please sign in to comment.