Skip to content

Commit f30c78f

Browse files
author
Jim Robinson
committed
Use full path for pyinstaller
1 parent 7d327aa commit f30c78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
pip install -r requirements.dev.txt
7676
python -m build
7777
pip install pyinstaller
78-
pyinstaller --onefile ./croudtech_bootstrap_app/croudtech-bootstrap.py --clean
78+
/usr/local/bin/pyinstaller --onefile ./croudtech_bootstrap_app/croudtech-bootstrap.py --clean
7979
cp ./dist/croudtech-bootstrap $(Build.ArtifactStagingDirectory)/croudtech-bootstrap-debian-bullseye
8080
- task: PublishBuildArtifacts@1
8181
inputs:

0 commit comments

Comments
 (0)