Fix CI
All checks were successful
books / lint (push) Successful in 1m13s
books / epub (push) Successful in 3m0s

This commit is contained in:
Michel Roux 2023-06-30 13:20:02 +00:00
parent e45adbdb88
commit b1f91d2140

View File

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