mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-10-22 19:54:50 +03:00
Install gettext for pre-commit
This commit is contained in:
parent
464e202ad1
commit
88d8f40b11
6
.github/workflows/pre-commit.yml
vendored
6
.github/workflows/pre-commit.yml
vendored
|
@ -9,14 +9,12 @@ on:
|
|||
jobs:
|
||||
pre-commit:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
||||
python-version: "3.x"
|
||||
- run: sudo apt install -y gettext
|
||||
- uses: pre-commit/action@v3.0.1
|
||||
|
|
Loading…
Reference in New Issue
Block a user