fix: use --break-system-packages for jprm install
Publish Release / publish (push) Failing after 1m7s
Details
Publish Release / publish (push) Failing after 1m7s
Details
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
3cff856fce
commit
cf70a470b3
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
run: dotnet publish AutoBackup.csproj -c Release -f net10.0 --nologo
|
||||
|
||||
- name: Install jprm
|
||||
run: pip install jprm
|
||||
run: pip install jprm --break-system-packages
|
||||
|
||||
- name: Package artifacts
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue