We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa31a8 commit 6cbdc44Copy full SHA for 6cbdc44
1 file changed
.github/workflows/tests.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Install pip Packages
16
working-directory: ./
17
run: |
18
- python3 -m pip install -r requirements.txt
+ python3 -m pip install -r requirements.txt --break-system-packages
19
- name: Output Matching Test
20
21
0 commit comments