Skip to content

Commit

Permalink
Remove duplicate pip install command (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
h3ssan authored Oct 16, 2024
1 parent 1f23447 commit 10bf0d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/renovate_check-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
run: |
sudo apt-get -y update
sudo apt-get -y install python3-pip
pip install -r requirements.txt
python -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
Expand Down

0 comments on commit 10bf0d3

Please sign in to comment.