mirror of
https://github.com/django-polymorphic/django-polymorphic.git
synced 2026-03-03 10:41:19 +03:00
fix new lint workflow to install gettext because it is needed for the package build
This commit is contained in:
parent
e5caa70e59
commit
7645431fb9
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -64,6 +64,8 @@ jobs:
|
|||
enable-cache: true
|
||||
- name: Install Just
|
||||
uses: extractions/setup-just@v3
|
||||
- name: Install gettext
|
||||
run: sudo apt-get update && sudo apt-get install -y --no-install-recommends gettext
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
just setup ${{ steps.sp.outputs.python-path }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user