diff options
| author | 2025-11-30 18:42:09 +0100 | |
|---|---|---|
| committer | 2025-11-30 18:42:09 +0100 | |
| commit | 972d390bfe0052bbad2c3ca2dca24ec0a3c3facd (patch) | |
| tree | 14d7c9acb0839f0fdb3ce66bfb6cce7a206fe727 /.github/workflows/docs.yml | |
| parent | 75f9d1cc69872d4b8dbcd13145447ae1c6c2879a (diff) | |
Adding upstream version 2.2.1~dev0+20250824.upstream/2.2.1_dev0+20250824
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to '.github/workflows/docs.yml')
| -rw-r--r-- | .github/workflows/docs.yml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a23e264..a5f55eb 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -25,14 +25,15 @@ jobs: cache: "pip" cache-dependency-path: "requirements*.txt" + - name: Install uv + uses: astral-sh/setup-uv@v6 + with: + enable-cache: true + - name: Install dependencies - run: | - pip install --upgrade pip wheel - pip install tox - sudo apt-get install enchant-2 + run: sudo apt-get install enchant-2 - name: Build docs with tox env: TOX_ENV: docs - run: | - tox -e $TOX_ENV + run: uvx tox -e $TOX_ENV |
