Skip to content

Commit 721c45d

Browse files
Also install in prod editable
1 parent ff63361 commit 721c45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_changes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python-version: '3.10'
3434

3535
- name: Install package
36-
run: uv pip install .[dev] --system
36+
run: uv pip install -e .[dev] --system
3737
- name: Download data inputs
3838
run: make download
3939
env:

0 commit comments

Comments
 (0)