Skip to content

Commit

Permalink
poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
chdsbd committed Apr 25, 2024
1 parent 9f31a24 commit 2db98c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install poetry
run: |
pipx install poetry==1.7.1
pipx install poetry==1.1.13
poetry config virtualenvs.in-project true
- uses: actions/setup-python@v4
with:
Expand All @@ -63,7 +63,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install poetry
run: |
pipx install poetry==1.7.1
pipx install poetry==1.1.13
poetry config virtualenvs.in-project true
- uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 2db98c3

Please sign in to comment.