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 Aug 31, 2024
1 parent 8e29415 commit 16e5f70
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 16e5f70

Please sign in to comment.