Skip to content

Commit 2739d08

Browse files
authored
--break-system-packages
1 parent a81add6 commit 2739d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action/diff/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
using: "composite"
2424
steps:
2525
- name: Install Guts
26-
run: which guts || pip install git+https://github.com/singularityhub/guts@main
26+
run: which guts || pip install --break-system-packages git+https://github.com/singularityhub/guts@main
2727
shell: bash
2828

2929
- name: Guts Diff for ${{ inputs.image }}

0 commit comments

Comments
 (0)