Skip to content

Commit 1306f08

Browse files
tonyAndreyMZ
andauthored
ci(tests): Correctly handle yaml syntax
Co-authored-by: Andrey <soapAnd@gmail.com>
1 parent de00bc6 commit 1306f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
strategy:
3636
matrix:
37-
python-version: [3.8, 3.9, 3.10]
37+
python-version: ["3.8", "3.9", "3.10"]
3838
steps:
3939
- uses: actions/checkout@v2
4040
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)