Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
geigerzaehler committed Apr 5, 2024
1 parent 4b62770 commit 80de736
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
include:
- python-version: 3.8
os: windows-2022
- python-version: 3.12
os: ubuntu-latest
coveralls: true

runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.python-version == '3.13-dev' }}
Expand All @@ -37,9 +40,8 @@ jobs:
- run: poetry run pytest
- uses: coverallsapp/github-action@v2
if: >
github.event_name == 'pull_request' &&
matrix.python-version == '3.8' &&
matrix.os == 'ubuntu-latest'
(github.event_name == 'push' && matrix.coveralls)
|| github.ref == 'main'
build-beets-master:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 80de736

Please sign in to comment.