Skip to content
Snippets Groups Projects
Unverified Commit 863f353d authored by EgorPopelyaev's avatar EgorPopelyaev
Browse files

Use pip install without --break-system-packages

parent 2357bd1d
Branches
No related merge requests found
......@@ -204,7 +204,7 @@ jobs:
- name: Install pgpkkms
run: |
# Install pgpkms that is used to sign built artifacts
python3 -m pip install "pgpkms @ git+https://github.com/paritytech-release/pgpkms.git@5a8f82fbb607ea102d8c178e761659de54c7af69" --break-system-packages
python3 -m pip install "pgpkms @ git+https://github.com/paritytech-release/pgpkms.git@5a8f82fbb607ea102d8c178e761659de54c7af69"
- name: Import gpg keys
shell: bash
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment