From 8a60f1599ce86c4b3eacb5d01c3f17162bab67d3 Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Wed, 25 Sep 2024 09:34:08 +0100 Subject: [PATCH] Release needs venv --- .github/workflows/build.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f27b72c..92febd0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -242,6 +242,14 @@ jobs: with: name: fontbuild path: fonts + - name: Install the latest version of uv + uses: eifinger/setup-uv@v1 + with: + enable-cache: true + - name: Install Python deps + run: | + uv venv venv; . venv/bin/activate ; uv pip install -r requirements.txt + touch venv/touchfile - name: Check for appropriate tag id: check_tag run: . venv/bin/activate; python3 scripts/check-tag.py ${{ github.ref_name }}