Skip to content

Commit

Permalink
Fixed failure to install cf-remote
Browse files Browse the repository at this point in the history
```
error: externally-managed-environment
```

Since this is a container, it should be OK to potentially break system
packages.

Ticket: None
Changelog: None
Signed-off-by: Lars Erik Wik <[email protected]>
  • Loading branch information
larsewi committed Aug 6, 2024
1 parent b08d39a commit 0195e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_acceptance_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v3

- name: install cf-remote
run: pip install cf-remote
run: pip install cf-remote --break-system-packages

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

0 comments on commit 0195e21

Please sign in to comment.