diff --git a/.github/workflows/release-workflow.yml b/.github/workflows/release-workflow.yml index 576eb83..60b8399 100644 --- a/.github/workflows/release-workflow.yml +++ b/.github/workflows/release-workflow.yml @@ -41,6 +41,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -r .\windows\requirements.txt + if: matrix.os == 'windows' - name: Install dependencies run: |