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 2746b0d commit a81add6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/manifest/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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 for ${{ inputs.image }}
Expand Down

0 comments on commit a81add6

Please sign in to comment.