Skip to content

Commit

Permalink
github/workflows: use uv
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Feb 18, 2025
1 parent f632d3c commit 57efe50
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ jobs:
# managed via their Makefile.
submodules: true

- name: Install uv
uses: astral-sh/setup-uv@v5.2.2

- uses: actions/setup-python@v5.3.0
with:
python-version: "3.11.x"
cache: pip
cache-dependency-path: .github/requirements.txt

- name: install CI python deps
run: pip install -r .github/requirements.txt
run: uv pip sync --system .github/requirements.txt

- name: build keymap
run: make build
Expand Down

0 comments on commit 57efe50

Please sign in to comment.