We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bce012 commit 4742d44Copy full SHA for 4742d44
.github/workflows/coverage.yml
@@ -6,7 +6,7 @@ jobs:
6
7
strategy:
8
matrix:
9
- python-version: [3.9]
+ python-version: ['3.9']
10
11
steps:
12
# Checkout the latest code from the repo
.github/workflows/tests.yml
@@ -7,7 +7,7 @@ jobs:
# Run in all these versions of Python
- python-version: [3.8, 3.9, 3.10]
+ python-version: ['3.8', '3.9', '3.10']
13
0 commit comments