We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86dbd66 commit 71da1adCopy full SHA for 71da1ad
1 file changed
.github/workflows/github-actions.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
matrix:
8
os: [ubuntu-latest, macos-latest, windows-latest]
9
- python-version: [3.6', '3.7', '3.8']
+ python-version: ['3.6', '3.7', '3.8']
10
steps:
11
- uses: actions/checkout@v2
12
- name: Set up Python
0 commit comments