Skip to content

Commit

Permalink
chore(ci): fix formatting in yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
silentworks committed Jan 30, 2025
1 parent 9a86b5b commit e015c59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

- name: Set up Poetry
run: pipx install poetry==1.8.5 --python python${{ matrix.python-version }}

Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.11

- name: Set up Poetry
run: pipx install poetry==1.8.5 --python python3.11

Expand Down

0 comments on commit e015c59

Please sign in to comment.