Skip to content

Commit

Permalink
#2: - removed sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinwrobel1986 committed Jan 14, 2022
1 parent bb8fc2c commit 4d01e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Install required Python modules
run: |
sudo pip install $PIP_PACKAGES
pip install $PIP_PACKAGES
echo ======================================================
pip list
echo ======================================================
Expand Down

0 comments on commit 4d01e51

Please sign in to comment.