You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/DockerBuild.NotebookImage.yaml
+14-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,14 @@ on:
20
20
description: "Version of ArcGIS API for Python is Latest current release"
21
21
type: boolean
22
22
default: false
23
+
arcgis_wheel_url:
24
+
description: "Use a custom version of ArcGIS API for Python from this wheel URL, if empty, use pypi.org; if provided, `-prerelease` will be appended to the image tag"
25
+
type: string
26
+
default: ""
27
+
arcgis_mapping_wheel_url:
28
+
description: "Use a custom version of arcgis-mapping from this wheel URL, if empty, install from pypi.org; if provided, `-prerelease` will be appended to the image tag"
29
+
type: string
30
+
default: ""
23
31
is_default_supported_python:
24
32
description: "Python version is default supported version (i.e. python used by Pro and Enterprise)"
0 commit comments