Skip to content

Commit

Permalink
Remove lint in favour of pre-commit.ci
Browse files Browse the repository at this point in the history
Reformat yml
  • Loading branch information
ndevenish committed Jan 16, 2025
1 parent 8ef179d commit 356dd3b
Showing 1 changed file with 8 additions and 22 deletions.
30 changes: 8 additions & 22 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,6 @@ defaults:
shell: bash -l {0}

jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Lint with Ruff
run: |
pip install ruff
ruff --output-format=github --target-version=py39 .
continue-on-error: true

Build:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -52,14 +38,14 @@ jobs:
python-version: ["3.9", "3.10", "3.11"]
os: [ubuntu-latest, windows-latest, macos-latest]
exclude:
- os: windows-latest
python-version: "3.10"
- os: windows-latest
python-version: "3.11"
- os: macos-latest
python-version: "3.10"
- os: macos-latest
python-version: "3.11"
- os: windows-latest
python-version: "3.10"
- os: windows-latest
python-version: "3.11"
- os: macos-latest
python-version: "3.10"
- os: macos-latest
python-version: "3.11"
runs-on: ${{ matrix.os }}
# runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 356dd3b

Please sign in to comment.