Skip to content

Commit

Permalink
Remove installing python, pip, and git as they are provided by runner
Browse files Browse the repository at this point in the history
  • Loading branch information
VIPQualityPost authored and dl1com committed Mar 1, 2024
1 parent a4cee83 commit 353bec1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
sudo add-apt-repository --yes ppa:kicad/kicad-8.0-releases
sudo apt-get update -qq
sudo DEBIAN_FRONTEND=noninteractive apt install --install-recommends kicad kicad-packages3d- kicad-demos-
sudo DEBIAN_FRONTEND=noninteractive apt install python3 pip

sudo python3 -m pip install pandas

0 comments on commit 353bec1

Please sign in to comment.