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
# Fetch current version of dash_requirements distribution from artifactory
229
-
# This requires that developers set up their ARTIFACTORY_API_KEY environment variable correctly
230
-
if(NOTDEFINED ENV{ARTIFACTORY_API_KEY})
231
-
message(FATAL_ERROR "ARTIFACTORY_API_KEY environment variable is not defined, cannot download dash_requirements distribution files. See https://confluence.ccdc.cam.ac.uk/x/oK7I for info.")
232
-
endif()
233
-
234
-
# Specify a build of dash_requirements. This part can become more complex later, downloading the latest version from a branch perhaps
0 commit comments