We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f62e8ef commit 36879cbCopy full SHA for 36879cb
1 file changed
.github/workflows/tests.yml
@@ -12,8 +12,8 @@ jobs:
12
max-parallel: 4
13
matrix:
14
python-version:
15
- - 3.9
16
- - 3.10
+ - "3.9"
+ - "3.10"
17
steps:
18
- uses: actions/checkout@v3
19
- name: Set up Python ${{ matrix.python-version }}
0 commit comments