Skip to content

Commit

Permalink
drop saga plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCaha committed Jul 11, 2023
1 parent 53e4536 commit 5607e51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y qgis qgis-plugin-grass saga
wget -qO ../sagang_plugin.zip https://plugins.qgis.org/plugins/processing_saga_nextgen/version/$SAGANGV/download/
unzip -q ../sagang_plugin.zip -d ../extra_plugins
# wget -qO ../sagang_plugin.zip https://plugins.qgis.org/plugins/processing_saga_nextgen/version/$SAGANGV/download/
# unzip -q ../sagang_plugin.zip -d ../extra_plugins
- uses: r-lib/actions/setup-pandoc@v2

Expand Down Expand Up @@ -93,13 +93,6 @@ jobs:
cat("::endgroup::\n")
shell: Rscript {0}

- name: Test packages
run: |
library(sf)
library(terra)
library(stringi)
shell: Rscript {0}

- name: Install remotes and package build dependencies
run: source("./build-package/install_save_deps.R")
shell: Rscript {0}
Expand Down
3 changes: 2 additions & 1 deletion build-package/build_QGIS_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ if (!qgisprocess::has_qgis()){

print("----------------")
qgis_plugins()
qgis_enable_plugins(c("processing", "grassprovider", "processing_saga_nextgen"))
# "processing_saga_nextgen"
qgis_enable_plugins(c("processing", "grassprovider"))
qgis_plugins()
print("----------------")

Expand Down

0 comments on commit 5607e51

Please sign in to comment.