Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Commit 2626f9e

Browse files
author
staticdev
committed
Comment windows matrix
1 parent 9c420c8 commit 2626f9e

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Tests
22

3-
on:
4-
- push
5-
- pull_request
3+
on: [push, pull_request]
64

75
jobs:
86
tests:
@@ -13,7 +11,7 @@ jobs:
1311
matrix:
1412
include:
1513
- { python-version: 3.8, os: ubuntu-latest }
16-
- { python-version: 3.8, os: windows-latest }
14+
# - { python-version: 3.8, os: windows-latest }
1715
- { python-version: 3.8, os: macos-latest }
1816
- { python-version: 3.7, os: ubuntu-latest }
1917
steps:

0 commit comments

Comments
 (0)