Skip to content

Commit

Permalink
FIX: Updated poetry version in github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
albop committed Nov 23, 2020
1 parent b0f0849 commit 1a5df64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
architecture: x64

- name: Install Poetry
uses: Gr1N/setup-poetry@v2
uses: Gr1N/setup-poetry@v4

# - name: Code Quality
# run: poetry run black . --check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: 3.7

- name: Install Poetry
uses: Gr1N/setup-poetry@v2
uses: Gr1N/setup-poetry@v4

- name: Deploy docs (1)
run: |
Expand Down

0 comments on commit 1a5df64

Please sign in to comment.