Skip to content

Commit

Permalink
fix syntax (langchain-ai#10155)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwchase17 committed Sep 3, 2023
1 parent 50ca44c commit c0518be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/poetry_setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
using: composite
steps:
- uses: actions/setup-python@v4
name: Setup python $${ inputs.python-version }}
name: Setup python ${{ inputs.python-version }}
with:
python-version: ${{ inputs.python-version }}

Expand Down

0 comments on commit c0518be

Please sign in to comment.