Skip to content

Commit

Permalink
Patched CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeTravelPenguin committed Mar 4, 2024
1 parent 5d4daec commit 71fec63
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python: ["3.11", "3.12"]
python: ["3.12"]
defaults:
run:
shell: bash
Expand Down Expand Up @@ -61,9 +61,10 @@ jobs:
- name: Install project
run: poetry install --no-interaction

- name: Check format with Black
- name: Check with Ruff
run: |
poetry run black --check .
poetry run ruff format --check
poetry run ruff check
- name: Typecheck with mypy
run: |
Expand Down

0 comments on commit 71fec63

Please sign in to comment.