Skip to content

Commit

Permalink
poetry run poe format
Browse files Browse the repository at this point in the history
  • Loading branch information
seqyuan committed Feb 16, 2024
1 parent 4709dce commit 2a715e0
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 @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.11
cache: poetry

- name: Install dependencies
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.11

- name: Build package
run: poetry build
Expand Down

0 comments on commit 2a715e0

Please sign in to comment.