Skip to content

Commit 388e829

Browse files
committed
Remove ruff job from CI; not working, and runs in pre-commit
1 parent 76161b1 commit 388e829

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/test_python.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@ on:
66
branches: [master]
77
workflow_dispatch:
88
jobs:
9-
ruff:
10-
runs-on: ubuntu-latest
11-
steps:
12-
- name: Checkout
13-
uses: actions/checkout@v4
14-
- run: pip install ruff
15-
- run: ruff --output-format=github .
16-
179
test_python:
1810
strategy:
1911
fail-fast: false

0 commit comments

Comments
 (0)