Skip to content

Commit 356dd3b

Browse files
committed
Remove lint in favour of pre-commit.ci
Reformat yml
1 parent 8ef179d commit 356dd3b

File tree

1 file changed

+8
-22
lines changed

1 file changed

+8
-22
lines changed

.github/workflows/python.yml

+8-22
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,6 @@ defaults:
88
shell: bash -l {0}
99

1010
jobs:
11-
Lint:
12-
runs-on: ubuntu-latest
13-
steps:
14-
- uses: actions/checkout@v3
15-
- name: Set up Python
16-
uses: actions/setup-python@v4
17-
with:
18-
python-version: 3.11
19-
- name: Lint with Ruff
20-
run: |
21-
pip install ruff
22-
ruff --output-format=github --target-version=py39 .
23-
continue-on-error: true
24-
2511
Build:
2612
runs-on: ubuntu-latest
2713
steps:
@@ -52,14 +38,14 @@ jobs:
5238
python-version: ["3.9", "3.10", "3.11"]
5339
os: [ubuntu-latest, windows-latest, macos-latest]
5440
exclude:
55-
- os: windows-latest
56-
python-version: "3.10"
57-
- os: windows-latest
58-
python-version: "3.11"
59-
- os: macos-latest
60-
python-version: "3.10"
61-
- os: macos-latest
62-
python-version: "3.11"
41+
- os: windows-latest
42+
python-version: "3.10"
43+
- os: windows-latest
44+
python-version: "3.11"
45+
- os: macos-latest
46+
python-version: "3.10"
47+
- os: macos-latest
48+
python-version: "3.11"
6349
runs-on: ${{ matrix.os }}
6450
# runs-on: ubuntu-latest
6551
steps:

0 commit comments

Comments
 (0)