Skip to content

Commit

Permalink
install as user
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Sjögren <[email protected]>
  • Loading branch information
konstruktoid committed Jan 26, 2024
1 parent efa7329 commit 3627678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
sudo apt-get --assume-yes --no-install-recommends install python3-pip
python3 -m pip install --user -U ansible ansible-lint \
jmespath molecule-plugins[docker] passlib \
python3 -m pip install 'requests==2.28.1'
python3 -m pip install --user 'requests==2.28.1'
- name: Run ansible-lint
run: |
Expand Down

0 comments on commit 3627678

Please sign in to comment.