Skip to content

Commit

Permalink
remove windows wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtuck committed Dec 28, 2023
1 parent 0044584 commit db75554
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
run: |
python setup.py pytest --addopts "test"
- if: runner.os == 'Windows'
name: Build
name: Test with pytest
run: |
python setup.py install
python setup.py pytest --addopts "test"
- if: runner.os == 'Linux'
name: Generate Report
run: |
Expand All @@ -72,7 +72,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, windows-2022, macos-11]
os: [ubuntu-22.04, macos-11]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit db75554

Please sign in to comment.