Skip to content

Commit 8f681cf

Browse files
committed
Fix CI when building env
1 parent 6d03afe commit 8f681cf

File tree

2 files changed

+1345
-1
lines changed

2 files changed

+1345
-1
lines changed

.github/actions/install_requirements/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
cache-dependency-glob: "uv.lock"
2626

2727
- name: Install dependencies
28-
run: uv sync
28+
run: uv sync --extra dev
2929
shell: bash
3030

3131
- name: Report what was installed

0 commit comments

Comments
 (0)