Skip to content

Commit

Permalink
Try installing GDAL separately from local wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaarnio committed May 8, 2024
1 parent 47be651 commit 91fb6fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build_binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ jobs:
pyinstaller-build:
runs-on: windows-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3

- name: Install GDAL
run: |
pip install building/GDAL-3.6.1-cp39-cp39-win32.whl
- name: Create Executable
uses: sayyid5416/pyinstaller@v1
with:
Expand Down
Binary file added building/GDAL-3.6.1-cp39-cp39-win32.whl
Binary file not shown.

0 comments on commit 91fb6fe

Please sign in to comment.