Skip to content

Commit

Permalink
Remove Windows platform from GitHub Actions workflow
Browse files Browse the repository at this point in the history
- Temporarily disable Windows testing in CI/CD pipeline
- Reduce matrix complexity by focusing on Ubuntu and macOS platforms
  • Loading branch information
saleh-mir committed Feb 11, 2025
1 parent 7b716aa commit 5aa96f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
# os: [ubuntu-latest]
include:
- os: ubuntu-latest
Expand Down

0 comments on commit 5aa96f7

Please sign in to comment.