Skip to content

Commit

Permalink
Use quotes around python version
Browse files Browse the repository at this point in the history
the 3.10 was converted to 3.1 without them.
  • Loading branch information
amstilp committed Jul 1, 2024
1 parent cbf0030 commit a2c9d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
backend: ["sqlite", "mariadb"]
mariadb-version: ["10.4"]
include:
- python-version: 3.10 # Future ubuntu 22.04 upgrade.
- python-version: "3.10" # Future ubuntu 22.04 upgrade.
backend: "mariadb"
mariadb-version: "10.6"
pip-recompile: true
Expand Down

0 comments on commit a2c9d1e

Please sign in to comment.