Skip to content

Commit

Permalink
omit --break-system-packages for sudo pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Oct 24, 2024
1 parent 40a49dd commit 2c3a811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Validate the Kubernetes manifest with yannh/kubeconform
run: |
helm plugin install https://github.com/jtyr/kubeconform-helm
sudo pip install --break-system-packages pyyaml
sudo pip install pyyaml
helm kubeconform --values-dir mviewer/ci --summary mviewer
- name: Free Disk Space (Ubuntu)
Expand Down

0 comments on commit 2c3a811

Please sign in to comment.