Skip to content

Commit 72437aa

Browse files
committed
fix syntax issue in github action
1 parent 271a378 commit 72437aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v2
1919
- uses: actions/setup-python@v2
2020
with:
21-
python-version: 3.10
21+
python-version: '3.10'
2222
- run: pip install tox
2323
- run: tox -e ${{ matrix.python }}-${{ matrix.httplib }}
2424

@@ -34,6 +34,6 @@ jobs:
3434
- uses: actions/checkout@v2
3535
- uses: actions/setup-python@v2
3636
with:
37-
python-version: 3.10
37+
python-version: '3.10'
3838
- run: pip install tox
3939
- run: tox -e ${{ matrix.tox }}

0 commit comments

Comments
 (0)