We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2575c55 commit d77a3d8Copy full SHA for d77a3d8
.github/workflows/continuous-integration.yml
@@ -123,7 +123,7 @@ jobs:
123
- name: Download uv
124
run: curl -LsSf https://astral.sh/uv/install.sh | sh
125
- name: Install
126
- run: uv pip install .[dev]
+ run: uv pip install --system .[dev]
127
- name: Install pystac from main
128
run: uv pip install --system --force-reinstall git+https://github.com/stac-utils/pystac.git
129
- name: Run pytest
0 commit comments