Skip to content

Commit

Permalink
--break-system-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch authored Oct 17, 2024
1 parent a81add6 commit 2739d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/diff/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
using: "composite"
steps:
- name: Install Guts
run: which guts || pip install git+https://github.com/singularityhub/guts@main
run: which guts || pip install --break-system-packages git+https://github.com/singularityhub/guts@main
shell: bash

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

0 comments on commit 2739d08

Please sign in to comment.