Skip to content

Commit

Permalink
workflows/docs: fix installation order poetry/python (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
airwoodix authored Sep 26, 2023
1 parent c01c5d4 commit 7bf842c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: '1.5.1'
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.8'
cache: "poetry"
- name: Install Poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: '1.5.1'
- name: Check Poetry lock file consistency
run: poetry lock --check
- name: Install dependencies
Expand Down

0 comments on commit 7bf842c

Please sign in to comment.