Skip to content

Commit 08c843e

Browse files
committed
ci: install pygments extra in pipelines
1 parent ba00e77 commit 08c843e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
poetry-version: "1.2.2"
2121
- run: poetry config virtualenvs.create false
22-
- run: poetry install
22+
- run: poetry install -E pygments
2323
- run: isort --check .
2424
- run: black --check .
2525
- run: pylint catppuccin

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
with:
2020
poetry-version: "1.2.2"
2121
- run: poetry config virtualenvs.create false
22-
- run: poetry install
22+
- run: poetry install -E pygments
2323
- run: pytest --cov catppuccin

0 commit comments

Comments
 (0)