Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
geigerzaehler committed Jan 10, 2025
1 parent 8bbd3e9 commit 639223c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- python-version: "3.10"
os: windows-latest
- python-version: "3.10"
os: macos-latest
os: macos-12

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -62,8 +62,9 @@ jobs:
with:
python-version: "3.10"
cache: poetry
- run: poetry env use $(which python)
- run: poetry env use "$(which python)"
- run: poetry install
- run: poetry add ${{ matrix.beets }}
- run: poetry run pyright --warnings
- run: sudo apt-get install -y imagemagick
- run: poetry run pytest

0 comments on commit 639223c

Please sign in to comment.