Skip to content

Commit

Permalink
fix(ci): formatting of setup environment action
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Shatford <[email protected]>
  • Loading branch information
jordanshatford committed Mar 14, 2024
1 parent e02d57e commit 77d1a88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/setup-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ inputs:
poetry-version:
description: Poetry version to use
required: false
default: '1.8.2'
default: 1.8.2

runs:
using: 'composite'
Expand All @@ -35,6 +35,6 @@ runs:
with:
python-version: ${{ inputs.python-version }}
- name: Setup Poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: ${{ matrix.poetry-version }}
uses: abatilo/actions-poetry@v3
with:
poetry-version: ${{ matrix.poetry-version }}

0 comments on commit 77d1a88

Please sign in to comment.