Skip to content

Commit

Permalink
fix: add default entries (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmanuel-tirado authored Jun 11, 2024
1 parent 3c13018 commit bb5ca43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/install-poetry/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ inputs:
python-version:
required: true
description: "Python version to use"
default: "3.12"
runner-os:
required: true
description: "OS used by the runner"
default: "ubuntu-22.04"


runs:
Expand Down
2 changes: 2 additions & 0 deletions .github/actions/install-python-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ inputs:
python-version:
required: true
description: "Python version to use"
default: "3.12"
runner-os:
required: true
description: "OS used by the runner"
default: "ubuntu-22.04"

runs:
using: composite
Expand Down

0 comments on commit bb5ca43

Please sign in to comment.