Skip to content

Commit 05502a3

Browse files
committed
Add --break-system-packages flag to fix macos installation
1 parent 934abc2 commit 05502a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-reusable-rc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Install pgpkkms
8888
run: |
8989
# Install pgpkms that is used to sign built artifacts
90-
python3 -m pip install "pgpkms @ git+https://github.com/paritytech-release/pgpkms.git@e7f806f99e9be5c52f0b4a536b7d4ef9c3e695ed"
90+
python3 -m pip install "pgpkms @ git+https://github.com/paritytech-release/pgpkms.git@e7f806f99e9be5c52f0b4a536b7d4ef9c3e695ed" --break-system-packages
9191
which pgpkms
9292
9393
- name: Checkout sources

0 commit comments

Comments
 (0)