Skip to content

Commit 9098054

Browse files
committed
Use pipx instead
1 parent 5f10682 commit 9098054

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dummy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
-v $PWD:/pkg \
4141
archlinux:base-devel \
4242
bash -c "
43-
pacman -Sy --noconfirm python python-pip openssl git &&
43+
pacman -Sy --noconfirm python python-pipx openssl git &&
4444
cd /pkg &&
45-
pip install -r requirements.txt &&
46-
pyinstaller --onefile main.py --name $FILENAME --distpath /pkg/dist
45+
pipx install -r requirements.txt &&
46+
pipx run pyinstaller --onefile main.py --name $FILENAME --distpath /pkg/dist
4747
"
4848
4949
# Fix file ownership after Docker run

0 commit comments

Comments
 (0)