diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index f03b10a..ae0a54a 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 2 # Force Python to 3.10 until prebuild updates to node-gyp 10 - name: Use Python 3.10 - if: ${{ matrix.os }} != 'windows-latest' + if: ${{ matrix.os != 'windows-latest' }} uses: actions/setup-python@v4 with: python-version: '3.10'