Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
remove roxygen2 (found the spot elsewhere to fix)
  • Loading branch information
mjohns-databricks authored Nov 17, 2023
1 parent 0dd07d0 commit c43ef96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/scala_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
pip install --upgrade pip
pip install 'numpy>=${{ matrix.numpy }}'
# - install natives
sudo apt-get install -y r-cran-roxygen2 unixodbc libcurl3-gnutls libsnappy-dev libopenjp2-7
sudo apt-get install -y unixodbc libcurl3-gnutls libsnappy-dev libopenjp2-7
sudo apt-get install -y gdal-bin libgdal-dev python3-gdal
# - install gdal with numpy
pip install --no-cache-dir --force-reinstall 'GDAL[numpy]==${{ matrix.gdal }}'
Expand Down

0 comments on commit c43ef96

Please sign in to comment.