diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 4194d37..0ed7cab 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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 }} @@ -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