Skip to content

Commit

Permalink
Remove Windows from the integration test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
timofurrer committed Aug 24, 2019
1 parent be1bea2 commit 42eb6fb
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 @@ -11,7 +11,7 @@ jobs:
max-parallel: 4
matrix:
python-version: [2.7, 3.5, 3.6, 3.7]
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, macOS-latest]

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

0 comments on commit 42eb6fb

Please sign in to comment.