mirror of
https://github.com/catppuccin/python.git
synced 2026-02-05 04:17:45 +08:00
ci: install pygments extra in pipelines
This commit is contained in:
parent
ba00e77664
commit
08c843ecab
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user