Skip to content

Commit

Permalink
Try unsetting PYTHONHOME before building exe
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaarnio committed May 10, 2024
1 parent ff2cfcc commit b5b522c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
- name: Install GDAL
run: |
pip install building/GDAL-3.6.1-cp39-cp39-win_amd64.whl
unset PYTHONHOME
echo Current PYTHONHOME: %PYTHONHOME%
set PYTHONHOME=
echo PYTHONHOME unset, new value: %PYTHONHOME%
- name: Create Executable
uses: sayyid5416/pyinstaller@v1
Expand Down

0 comments on commit b5b522c

Please sign in to comment.