Closed jhlegarreta closed 10 months ago
CI build failures are related to two artifacts (minimal
and latest
builds) having conflicting names when trying to upload pytest
test results:
Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
The CI builds that finish earlier than their counterparts are passing, so it is unrelated to this patch set. Will be addressed in a separate PR. Merging.
Import
joblib
modules in cluster outlier removal script.Fixes:
Inadvertently removed in commit f66b337.
Fixes #224.