Skip to content

Commit

Permalink
Bump poetry used for docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
multimeric committed Jun 11, 2023
1 parent f7a6dd3 commit fed6ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
python-version: '3.10'

- name: Python Poetry Action
uses: abatilo/actions-poetry@v2.1.6
uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: 1.2.0rc2
poetry-version: '1.5.1'

- name: Export dependencies
run: poetry export --with docs --without-hashes --output requirements.txt
Expand Down

0 comments on commit fed6ef3

Please sign in to comment.