Skip to content

Commit

Permalink
fix failing python test (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
sllynn committed Oct 23, 2024
1 parent 5b76490 commit 3307661
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/python_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ runs:
pip install build wheel pyspark==${{ matrix.spark }} numpy==${{ matrix.numpy }}
pip install --no-build-isolation --no-cache-dir --force-reinstall gdal==${{ matrix.gdal }}
pip install .
- name: Give Python interpreter access to checkpointing / raster write location
shell: bash
run: |
sudo mkdir -p /mnt/mosaic_tmp
sudo chown -R $USER /mnt/mosaic_tmp
- name: Test and build python package
shell: bash
run: |
Expand Down

0 comments on commit 3307661

Please sign in to comment.