Skip to content

Commit

Permalink
fix: fix image names in ci/cd template
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbumi authored May 29, 2024
1 parent 2bc7097 commit 3e5eb70
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ check-types:

python3.10:
<<: *test
image: python3.10
image: python:3.10

python3.11:
<<: *test
image: python3.11
image: python:3.11

python3.12:
<<: *test
image: python3.12
image: python:3.12

0 comments on commit 3e5eb70

Please # to comment.