Skip to content

Commit

Permalink
Fix pip not allowing install outside a virtual env
Browse files Browse the repository at this point in the history
  • Loading branch information
bstaletic committed Sep 11, 2024
1 parent 48b6d15 commit 2f2d14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
submodules: recursive
fetch-depth: 0
- name: Install dependencies
run: sudo -H pip3 install -r python/test_requirements.txt
run: sudo -H pip3 install --break-system-packages -r python/test_requirements.txt
- name: Install Java
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 2f2d14f

Please sign in to comment.