Skip to content

Commit

Permalink
Reenabling Windows Builds
Browse files Browse the repository at this point in the history
  • Loading branch information
thirtytwobits committed Jan 6, 2025
1 parent c251414 commit 149f836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ jobs:
-Dsonar.python.coverage.reportPaths=.tox/report/tmp/coverage.xml
-Dsonar.python.xunit.reportPath=.tox/py311-test/tmp/xunit-result.xml
compat-test-python3-mac:
compat-test-python3-windows-and-mac:
strategy:
matrix:
python3-version: ['11', '12', '13']
python3-platform: ['macos-latest']
python3-platform: ['windows-latest', 'macos-latest']
runs-on: ${{ matrix.python3-platform }}
needs: test
steps:
Expand Down

0 comments on commit 149f836

Please sign in to comment.