Skip to content

Commit d77a3d8

Browse files
committed
fix(ci): add a missing --system from the upstream
1 parent 2575c55 commit d77a3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
- name: Download uv
124124
run: curl -LsSf https://astral.sh/uv/install.sh | sh
125125
- name: Install
126-
run: uv pip install .[dev]
126+
run: uv pip install --system .[dev]
127127
- name: Install pystac from main
128128
run: uv pip install --system --force-reinstall git+https://github.com/stac-utils/pystac.git
129129
- name: Run pytest

0 commit comments

Comments
 (0)