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 ce6e543 commit a9de4df
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
# os: macos-12

runs-on: ${{ matrix.os }}
# Fails because of https://github.com/beetbox/mediafile/pull/75
continue-on-error: ${{ matrix.python-version == '3.13' }}

steps:
- uses: actions/checkout@v4
Expand All @@ -36,7 +34,7 @@ jobs:
# - run: poetry run ruff format --check
# - run: poetry run ruff check
# - run: poetry run pyright --warnings
- run: apt-get install -y image-magick
- run: sudo apt-get install -y image-magick
- run: poetry run pytest
# - run: poetry run coverage xml
- uses: coverallsapp/github-action@v2
Expand Down

0 comments on commit a9de4df

Please sign in to comment.