Skip to content

Commit 9c44031

Browse files
committed
ci: install project modules into venv
1 parent 6fa9873 commit 9c44031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Activate .venv
4343
run: |
44-
uv sync --frozen --no-install-project
44+
uv sync --frozen
4545
. .venv/bin/activate
4646
echo PATH=${GITHUB_WORKSPACE}/.venv/bin:$PATH >> $GITHUB_ENV
4747

0 commit comments

Comments
 (0)