Skip to content

Commit

Permalink
ci: Fixes python build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
diogommartins authored Mar 1, 2023
1 parent 1f7bf2b commit e72e9e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: [3.9, 3.10, 3.11]
python: ['3.9', '3.10', '3.11']
services:
rabbitmq:
image: rabbitmq:3.7-management-alpine
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: [3.9, 3.10, 3.11]
python: ['3.9', '3.10', '3.11']
services:
rabbitmq:
image: rabbitmq:3.7-management-alpine
Expand Down

0 comments on commit e72e9e4

Please sign in to comment.