|
9 | 9 | runs-on: ubuntu-latest |
10 | 10 | steps: |
11 | 11 | - uses: actions/checkout@v6 |
12 | | - - run: sudo apt-get update && sudo apt-get install -y gettext |
| 12 | + - run: pipx install gettext |
13 | 13 | - uses: astral-sh/setup-uv@v7 |
14 | 14 | - run: uvx --from build pyproject-build --sdist --wheel |
15 | 15 | - run: uvx twine check dist/* |
|
20 | 20 | runs-on: ubuntu-latest |
21 | 21 | steps: |
22 | 22 | - uses: actions/checkout@v6 |
23 | | - - run: sudo apt-get update && sudo apt-get install -y gettext |
| 23 | + - run: pipx install gettext |
24 | 24 | - uses: astral-sh/setup-uv@v7 |
25 | 25 | - run: uv run mkdocs build --strict |
26 | 26 | SQLite: |
|
47 | 47 | django-version: "6.0" |
48 | 48 | steps: |
49 | 49 | - uses: actions/checkout@v6 |
50 | | - - run: sudo apt-get update && sudo apt-get install -y gettext |
| 50 | + - run: pipx install gettext |
51 | 51 | - uses: astral-sh/setup-uv@v7 |
52 | 52 | with: |
53 | 53 | python-version: ${{ matrix.python-version }} |
|
68 | 68 | - "7.2" |
69 | 69 | steps: |
70 | 70 | - uses: actions/checkout@v6 |
71 | | - - run: sudo apt-get update && sudo apt-get install -y gettext |
| 71 | + - run: pipx install gettext |
72 | 72 | - uses: astral-sh/setup-uv@v7 |
73 | 73 | - run: uv run --extra wagtail --with wagtail~=${{ matrix.wagtail-version }}.0 --with django~=5.2.0 pytest |
74 | 74 | - uses: codecov/codecov-action@v5 |
|
89 | 89 | options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5 |
90 | 90 | steps: |
91 | 91 | - uses: actions/checkout@v6 |
92 | | - - run: sudo apt-get update && sudo apt-get install -y gettext |
| 92 | + - run: pipx install gettext |
93 | 93 | - run: psql template1 -c "CREATE EXTENSION citext;" |
94 | 94 | env: |
95 | 95 | PGHOST: localhost |
|
0 commit comments