Merge pull request 'chore(deps): update gr1n/setup-poetry action to v9' (#99) from renovate/gr1n-setup-poetry-9.x into master
books / lint (push) Successful in 1m45s Details
books / epub (push) Successful in 3m44s Details

Reviewed-on: #99
This commit is contained in:
Michel Roux 2024-02-18 13:07:48 +00:00
commit 64083ab698
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ jobs:
- run: apt-get update
- run: apt-get install -y git nodejs
- uses: actions/checkout@v4
- uses: Gr1N/setup-poetry@v8
- uses: Gr1N/setup-poetry@v9
- run: poetry install
- run: poetry run flake8 .
- run: poetry run mypy .
@ -22,7 +22,7 @@ jobs:
- run: apt-get update
- run: apt-get install -y git nodejs
- uses: actions/checkout@v4
- uses: Gr1N/setup-poetry@v8
- uses: Gr1N/setup-poetry@v9
- run: poetry install --without dev
- run: poetry run python books.py
- run: bash -x upload.sh