mirror of
https://github.com/django-polymorphic/django-polymorphic.git
synced 2025-12-06 01:13:55 +03:00
fix release CI check
This commit is contained in:
parent
68916e6bfa
commit
31b27a2e5d
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -16,6 +16,10 @@ jobs:
|
|||
python-version: "3"
|
||||
cache: pip
|
||||
cache-dependency-path: setup.cfg
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v6
|
||||
with:
|
||||
enable-cache: true
|
||||
- name: Setup Just
|
||||
uses: extractions/setup-just@v3
|
||||
- run: sudo apt-get update && sudo apt-get install -y --no-install-recommends gettext
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user