fix: test pipeline
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
|||||||
# en Alpine).
|
# en Alpine).
|
||||||
run: |
|
run: |
|
||||||
apt-get update -qq
|
apt-get update -qq
|
||||||
apt-get install -y --no-install-recommends libpango-1.0-0 libpangocairo-1.0-0 fonts-dejavu-core
|
apt-get install -y --no-install-recommends libpango-1.0-0 libpangocairo-1.0-0 fonts-dejavu-core gettext
|
||||||
|
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
run: pip install uv --quiet
|
run: pip install uv --quiet
|
||||||
@@ -37,6 +37,9 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: uv pip install --system -r pyproject.toml --group=dev
|
run: uv pip install --system -r pyproject.toml --group=dev
|
||||||
|
|
||||||
|
- name: Compile translations
|
||||||
|
run: uv run python manage.py compilemessages
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: uv run pytest
|
run: uv run pytest
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user