Skip to content

Commit 10b274c

Browse files
committed
Fix pip not allowing install outside a virtual env
1 parent 57e27fe commit 10b274c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
submodules: recursive
6767
fetch-depth: 0
6868
- name: Install dependencies
69-
run: sudo -H pip3 install -r python/test_requirements.txt
69+
run: sudo -H pip3 install --break-system-packages -r python/test_requirements.txt
7070
- name: Install Java
7171
uses: actions/setup-java@v4
7272
with:

0 commit comments

Comments
 (0)