Skip to content

Commit

Permalink
address python build failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohns-databricks committed Jan 5, 2024
1 parent 1f09809 commit 5910c82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/python_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ runs:
# - install pip libs
cd python
pip install build wheel pyspark==${{ matrix.spark }}
pip install --no-cache-dir --force-reinstall gdal[numpy]==${{ matrix.gdal }}
pip install --no-cache-dir --force-reinstall numpy==${{ matrix.numpy }}
pip install .
- name: Test and build python package
shell: bash
Expand Down

0 comments on commit 5910c82

Please sign in to comment.