Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
geigerzaehler committed Apr 1, 2024
1 parent 8f2ab04 commit 9943442
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ jobs:
build:
strategy:
matrix:
os: ["ubuntu-latest"]
python-version:
- "3.8" # minimum required
- "3.12" # latest
- "3.13-dev" # next
include:
- python-version: 3.8
os: windows-2022
Expand All @@ -22,10 +17,10 @@ jobs:
- uses: actions/checkout@v3
- run: pip install poetry
- uses: actions/setup-python@v3
id: setup-python
with:
python-version: ${{ matrix.python-version }}
cache: poetry
- run: poetry env use $(which python)
- run: poetry env use ${{ steps.setup-python.outputs.python-path }}
- run: poetry install
- run: poetry run ruff format --check
- run: poetry run ruff check
Expand Down

0 comments on commit 9943442

Please sign in to comment.