Skip to content

Commit 71da1ad

Browse files
committed
Fixed missing single quote in Github actions yml
1 parent 86dbd66 commit 71da1ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
os: [ubuntu-latest, macos-latest, windows-latest]
9-
python-version: [3.6', '3.7', '3.8']
9+
python-version: ['3.6', '3.7', '3.8']
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Set up Python

0 commit comments

Comments
 (0)