There was an error while loading. Please reload this page.
1 parent 5f10682 commit 9098054Copy full SHA for 9098054
1 file changed
.github/workflows/dummy.yml
@@ -40,10 +40,10 @@ jobs:
40
-v $PWD:/pkg \
41
archlinux:base-devel \
42
bash -c "
43
- pacman -Sy --noconfirm python python-pip openssl git &&
+ pacman -Sy --noconfirm python python-pipx openssl git &&
44
cd /pkg &&
45
- pip install -r requirements.txt &&
46
- pyinstaller --onefile main.py --name $FILENAME --distpath /pkg/dist
+ pipx install -r requirements.txt &&
+ pipx run pyinstaller --onefile main.py --name $FILENAME --distpath /pkg/dist
47
"
48
49
# Fix file ownership after Docker run
0 commit comments