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 committed Oct 3, 2024
1 parent abae9ec commit 2e0bd14
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 2e0bd14

Please sign in to comment.