ci: install pygments extra in pipelines

This commit is contained in:
backwardspy 2022-11-17 19:51:36 +00:00 committed by backwardspy (cl)
parent ba00e77664
commit 08c843ecab
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ jobs:
with:
poetry-version: "1.2.2"
- run: poetry config virtualenvs.create false
- run: poetry install
- run: poetry install -E pygments
- run: isort --check .
- run: black --check .
- run: pylint catppuccin

View File

@ -19,5 +19,5 @@ jobs:
with:
poetry-version: "1.2.2"
- run: poetry config virtualenvs.create false
- run: poetry install
- run: poetry install -E pygments
- run: pytest --cov catppuccin