Skip to content

Commit 0de6041

Browse files
committed
Try MacOS and Windows too
1 parent 12d7887 commit 0de6041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: ["ubuntu-latest"] #, "macos-latest", "windows-latest"]
18-
python-version: [3.7] #, 3.8, 3.9]
17+
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
18+
python-version: [3.7, 3.8, 3.9]
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v2

0 commit comments

Comments
 (0)