Skip to content

Commit a38bd21

Browse files
committed
fix: quote python 3.10 in CI
1 parent 849a5fa commit a38bd21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: [3.7, 3.8, 3.9, 3.10, pypy3]
17+
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy3"]
1818
steps:
1919
- name: Set up Python ${{ matrix.python-version }}
2020
uses: actions/setup-python@v1
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set up Python 3.8
4141
uses: actions/setup-python@v1
4242
with:
43-
python-version: 3.8
43+
python-version: "3.8"
4444
- name: Checkout ${{ github.base_ref }}
4545
uses: actions/checkout@v2
4646
with:

0 commit comments

Comments
 (0)