Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Sep 17, 2024
1 parent ad58266 commit 02503e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
with:
cmd: |
# Set runtime with convention "python{PY_VERSION}".
# The version must have the dot removed: "python3.8" -> "python38".
# The version must have the dot removed: "python3.12" -> "python312".
runtime=python${{ inputs.python-version }}
runtime=${runtime//.}
Expand Down

0 comments on commit 02503e4

Please sign in to comment.