Skip to content

Commit

Permalink
Fix pip module not found
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and pbor committed Oct 10, 2024
1 parent 0c4ce3d commit f4a275c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ jobs:
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
- name: Seed pip
run: uv venv --seed
- name: Install the project
run: uv sync --no-dev
- name: Build GTK3
Expand Down

0 comments on commit f4a275c

Please sign in to comment.