Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Remove windows test.
  • Loading branch information
james-s-willis committed May 25, 2021
1 parent cc979ae commit 6a64578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
python-version: [3.6, 3.9]
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 6a64578

Please sign in to comment.