Skip to content

Commit

Permalink
Merge pull request #3 from bretterer/github_actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bretterer authored Nov 4, 2022
2 parents 3d42b3f + 9d49a92 commit 5924940
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
with:
python-version: 3.9
- name: Setup Poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.1.15
uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.1.15
- name: Install dependencies
run: |
poetry install
Expand Down

0 comments on commit 5924940

Please sign in to comment.