Skip to content

Commit

Permalink
💚 Fix CI Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Mar 17, 2024
1 parent 9c8788b commit 8e633ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
matrix:
image:
- name: latest
python_version: "3.9"
- name: python3.9
python_version: "3.9"
- name: python3.8
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
matrix:
image:
- name: latest
python_version: "3.9"
- name: python3.9
python_version: "3.9"
- name: python3.8
Expand Down

0 comments on commit 8e633ab

Please sign in to comment.