Skip to content

Commit

Permalink
Merge pull request #3 from gitter-lab/remove-windows
Browse files Browse the repository at this point in the history
Stop testing on Windows
  • Loading branch information
agitter authored Aug 18, 2024
2 parents 2c5857f + d481b0d commit 45237bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ jobs:
matrix:
# Could also test on the beta M1 macOS runner
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
# Disabled testing on Windows because there were too many Windows-specific PyTorch training issues
# Re-enable and debug these if there is user demand for Windows
os:
- macos-latest
- ubuntu-latest
- windows-latest
# - windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 45237bb

Please sign in to comment.