Skip to content

Commit

Permalink
Removing tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
andreafrancia committed Dec 25, 2020
1 parent 520f2db commit b6b001d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, macos-latest]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]

steps:
Expand Down

0 comments on commit b6b001d

Please sign in to comment.