Skip to content

Commit

Permalink
fix condition
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiask88 committed Nov 22, 2023
1 parent 3682225 commit f6e4601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f6e4601

Please sign in to comment.