From 8f7d522225195e29fb63f6b60ad66a0e1b747f87 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Thu, 19 Aug 2021 17:00:27 -0400 Subject: [PATCH] CI: Skip optional dependencies on Windows --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fcfb5b3df..c9e1750ea 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,6 +39,7 @@ jobs: python -m pip install tox sphinx - name: Install optional dependencies + if: matrix.platform != 'windows-latest' run: | sudo apt update sudo apt install ffmpeg # For replaygain