Skip to content

Commit

Permalink
Use pip instead of pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
VeithMetro authored Oct 10, 2024
1 parent 75c2d43 commit 19685ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Linux build template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
sudo apt install python3-pip build-essential cmake ninja-build libusb-1.0-0-dev ${{matrix.architecture == '32' && 'zlib1g-dev:i386 libssl-dev:i386 libsbc-dev:i386 gcc-11-multilib g++-11-multilib' || 'zlib1g-dev libssl-dev libsbc-dev'}}
python3 -m venv venv
source venv/bin/activate
pip install pipx
pipx install jsonref
pip install jsonref
# ----- Checkout & DependsOn regex -----
# --------- Thunder ----------
Expand Down

0 comments on commit 19685ca

Please sign in to comment.