Skip to content

Commit

Permalink
avoid using pip for packages needed by ansible
Browse files Browse the repository at this point in the history
Signed-off-by: Maurizio Porrato <[email protected]>
  • Loading branch information
mporrato committed Oct 16, 2024
1 parent c927ec0 commit 449329a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,7 @@ jobs:
- name: Install dependencies
run: |
# Install python packages needed from ansible
pipx inject ansible-core jmespath
# Install python dependencies
pip install --break-system-packages --user openshift pygithub
pipx inject ansible-core jmespath openshift pygithub
# Add certificates to trusted list
sudo cp operator-pipeline-images/certs/* /usr/local/share/ca-certificates
Expand Down

0 comments on commit 449329a

Please sign in to comment.