Skip to content

Commit 73730df

Browse files
committed
fix: use --break-system-packages for pip3 on macOS runner (PEP 668)
1 parent b71e75b commit 73730df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Contract schema validation
5151
run: |
5252
git clone --depth 1 https://github.com/openbootdotdev/openboot-contract.git /tmp/contract
53-
pip3 install jsonschema
53+
pip3 install --break-system-packages jsonschema
5454
5555
python3 -c "
5656
import json, jsonschema, sys

0 commit comments

Comments
 (0)