Skip to content

Commit

Permalink
Release needs venv
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Sep 25, 2024
1 parent effbf32 commit 8a60f15
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 8a60f15

Please sign in to comment.