We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d7887 commit 0de6041Copy full SHA for 0de6041
.github/workflows/test.yml
@@ -14,8 +14,8 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- os: ["ubuntu-latest"] #, "macos-latest", "windows-latest"]
18
- python-version: [3.7] #, 3.8, 3.9]
+ os: ["ubuntu-latest", "macos-latest", "windows-latest"]
+ python-version: [3.7, 3.8, 3.9]
19
steps:
20
- name: Checkout
21
uses: actions/checkout@v2
0 commit comments