Skip to content

Commit 0879e2c

Browse files
authored
Fix uproot install
1 parent e69c42b commit 0879e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_awkward_dask-awkward_uproot_coffea_vector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
- name: Build uproot
115115
run: |
116116
cd repo-uproot5
117-
uv pip install --project .. -e. --group=dev
117+
uv pip install -e. --group=dev
118118
119119
- name: Build vector
120120
run: |

0 commit comments

Comments
 (0)