WS-1405 CASA version mixup
Compare changes
@@ -42,7 +42,7 @@ RELEASE_CASA_REGEX = r"^casa-[0-9\.\-]*(pipeline-)?.*"
@@ -60,7 +60,8 @@ def casa_version_from_path(path: str) -> str:
The CASA directory names and version names from the pipeline manifest didn't quite match up. For example:
Manifest: 6.5.4.9|2023.1.0.124
Directory: 6.5.4-9|2023.1.0.124
This alters the directory name before comparing to the manifest name in the service when moving the desired version to the front of the returned list.