Skip to content

Commit

Permalink
build: Put the Python version in quotes for Lint/Test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gfieni committed Feb 24, 2023
1 parent a94a4cf commit c85847a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
python-version: ['3.8']
services:
mongo:
image: mongo:latest
Expand Down

0 comments on commit c85847a

Please sign in to comment.