Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HEnquist authored Jan 30, 2025
1 parent 81950ab commit e3e7b68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ jobs:
apt update -y
apt install git python3 python3-pip python3-venv curl make gcc build-essential binutils pkg-config -y
run: |
source $HOME/.cargo/env
python3 -m venv ./venv
./venv/bin/python3 -m pip config set global.extra-index-url https://www.piwheels.org/simple
./venv/bin/python3 -m pip install -r requirements.txt
Expand Down

0 comments on commit e3e7b68

Please sign in to comment.