Skip to content

Commit c85847a

Browse files
committed
build: Put the Python version in quotes for Lint/Test workflow
1 parent a94a4cf commit c85847a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: [3.8]
13+
python-version: ['3.8']
1414
services:
1515
mongo:
1616
image: mongo:latest

0 commit comments

Comments
 (0)