We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6024bfe commit 8f63286Copy full SHA for 8f63286
.github/workflows/python.yml
@@ -17,12 +17,13 @@ jobs:
17
matrix:
18
# Python version(s) to use when running the tests
19
python:
20
- - 3.6
21
- - 3.8
22
- - 3.9-dev
+ - "3.6"
+ - "3.8"
+ - "3.9-dev"
23
24
# Docker images of MySQL-compliant databases to run the tests suite on
25
- database: "mysql:8.0.20"
+ database:
26
+ - "mysql:8.0.20"
27
28
services:
29
mysql:
.github/workflows/tests.yml
@@ -16,7 +16,8 @@ jobs:
16
- python: 3.8
+ python:
database:
0 commit comments