Skip to content

Commit

Permalink
fix: release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
KiraLT committed Jul 29, 2022
1 parent d22cf8e commit 331a18f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
with:
fetch-depth: 0

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

- uses: abatilo/actions-poetry@v2.0.0
- uses: abatilo/actions-poetry@v2

- name: Install dependencies
run: poetry install
Expand Down

0 comments on commit 331a18f

Please sign in to comment.