Skip to content

Commit

Permalink
python gdal must be installed in dist-packages of GH-provided pytho…
Browse files Browse the repository at this point in the history
…n interpreter
  • Loading branch information
sllynn committed Nov 16, 2023
1 parent 3393c10 commit 8224392
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/python_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ runs:
shell: bash
run: |
cd python
pip install build wheel pyspark==${{ matrix.spark }} numpy==${{ matrix.numpy }} gdal==${{ matrix.gdal }}
pip install build wheel pyspark==${{ matrix.spark }} numpy==${{ matrix.numpy }}
pip install gdal==${{ matrix.gdal }}
pip install .
- name: Test and build python package
shell: bash
Expand Down

0 comments on commit 8224392

Please sign in to comment.