Skip to content

Commit

Permalink
fix(ci): add a missing --system from the upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Apr 12, 2024
1 parent 2575c55 commit d77a3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- name: Download uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Install
run: uv pip install .[dev]
run: uv pip install --system .[dev]
- name: Install pystac from main
run: uv pip install --system --force-reinstall git+https://github.com/stac-utils/pystac.git
- name: Run pytest
Expand Down

0 comments on commit d77a3d8

Please sign in to comment.