Skip to content

Commit

Permalink
adjusting bash build.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohns-databricks committed Jan 4, 2024
1 parent e6bf978 commit 330e1d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/scala_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
sudo apt-get update -y
# - install numpy first
pip install --upgrade pip
pip install 'numpy>=${{ matrix.numpy }}'
pip install --no-cache-dir --force-reinstall numpy==${{ matrix.numpy }}
# - install natives + gdal python
sudo apt-get install -y unixodbc libcurl3-gnutls libsnappy-dev libopenjp2-7
sudo apt-get install -y gdal-bin libgdal-dev python3-gdal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ object RST_FromContent extends WithExpressionInfo {
override def example: String =
"""
| Examples:
| > SELECT _FUNC_(raster, driver, parentPath, sizeInMB);
| > SELECT _FUNC_(raster, driver, parent_path, sizeInMB);
| {index_id, raster, parent_path, driver}
| ...
| """.stripMargin
Expand Down

0 comments on commit 330e1d4

Please sign in to comment.