Skip to content

Commit

Permalink
remove -break-system-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
baloola committed Oct 14, 2024
1 parent 473e15d commit dcc65ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3
- name: install dependencies
run: |
pip install --break-system-packages -r ./stac/stac-generator/requirements.txt
pip install -r ./stac/stac-generator/requirements.txt
- name: validate stac items

run: |
Expand Down

0 comments on commit dcc65ea

Please sign in to comment.