We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ac94d commit e7e895fCopy full SHA for e7e895f
1 file changed
.github/workflows/lint_python.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
fail-fast: false
8
matrix:
9
- python: '3.9'
+ python: ['3.9']
10
steps:
11
- uses: actions/checkout@v3
12
- uses: actions/setup-python@v4
0 commit comments