fix: test pipeline
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
||||
# en Alpine).
|
||||
run: |
|
||||
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
|
||||
run: pip install uv --quiet
|
||||
@@ -37,6 +37,9 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: uv pip install --system -r pyproject.toml --group=dev
|
||||
|
||||
- name: Compile translations
|
||||
run: uv run python manage.py compilemessages
|
||||
|
||||
- name: Run tests
|
||||
run: uv run pytest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user