Skip to content

Commit 3b7dadc

Browse files
authored
Merge pull request #5598 from larsewi/break
Fixed failure to install cf-remote
2 parents b08d39a + 0195e21 commit 3b7dadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows_acceptance_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v3
2525

2626
- name: install cf-remote
27-
run: pip install cf-remote
27+
run: pip install cf-remote --break-system-packages
2828

2929
# Note that msiexec can't install packages when running under msys;
3030
# But cf-remote currently can't run under powershell

0 commit comments

Comments
 (0)