Skip to content

Commit 2f4b2aa

Browse files
committed
fix yaml float - string conversion
1 parent f4a87bf commit 2f4b2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
fail-fast: false
4646
matrix:
47-
python-version: [3.6, 3.7, 3.8, 3.9, 3.10, pypy3]
47+
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", pypy3]
4848
MONGODB: [$MONGODB_4_0]
4949
PYMONGO: [$PYMONGO_3_11]
5050
include:

0 commit comments

Comments
 (0)