From a9de4df27f4d502cf741acb033d723ffb54cb252 Mon Sep 17 00:00:00 2001 From: Thomas Scholtes Date: Fri, 10 Jan 2025 11:02:13 +0100 Subject: [PATCH] wip --- .github/workflows/main.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 937c2e0..73bada0 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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 @@ -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