Skip to content

Commit

Permalink
poetry fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tugot17 committed Oct 27, 2023
1 parent d56a870 commit 361b2d9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install and configure Poetry
uses: snok/install-poetry@v1
with:
Expand Down

0 comments on commit 361b2d9

Please sign in to comment.