Skip to content

Commit 9581554

Browse files
committed
Specify Python version as string in workflow
1 parent 37631e8 commit 9581554

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu]
11-
python-version: [3.10]
11+
python-version: ["3.10"]
1212

1313
steps:
1414
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)