Skip to content

Commit 8466f86

Browse files
authored
update to actinia v3 (#148)
1 parent ba2e822 commit 8466f86

File tree

1 file changed

+1
-1
lines changed
  • src/openeo_grass_gis_driver/actinia_processing

1 file changed

+1
-1
lines changed

src/openeo_grass_gis_driver/actinia_processing/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class ACTINIA:
2828
LOCATIONS = ["nc_spm_08", "utm32n", "latlong_wgs84"]
2929
USER = "openeo"
3030
PASSWORD = "EeMob0la"
31-
VERSION = "v2"
31+
VERSION = "v3"
3232
# The database file that stores the graphs
3333
GRAPH_DB = "%s/.graph_db_file.sqlite" % os.environ["HOME"]
3434
# The database file that stores the jobs

0 commit comments

Comments
 (0)