We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e27fe commit 10b274cCopy full SHA for 10b274c
.github/workflows/ci.yml
@@ -66,7 +66,7 @@ jobs:
66
submodules: recursive
67
fetch-depth: 0
68
- name: Install dependencies
69
- run: sudo -H pip3 install -r python/test_requirements.txt
+ run: sudo -H pip3 install --break-system-packages -r python/test_requirements.txt
70
- name: Install Java
71
uses: actions/setup-java@v4
72
with:
0 commit comments