Skip to content

Commit

Permalink
fix: missing inputs for composite
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmanuel-tirado committed May 16, 2024
1 parent 71c48e0 commit 6e58c67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/install-python-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ runs:
using: composite
steps:
- uses: pantos-io/ci-workflows/.github/actions/install-poetry@v1
with:
python-version: ${{ inputs.python-version }}
runner-os: ${{ inputs.runner-os }}

- name: Load cached venv
id: cached-poetry-dependencies
Expand Down

0 comments on commit 6e58c67

Please sign in to comment.