Skip to content

Commit 864a90a

Browse files
author
Brock Wade
committed
change: try using os path
1 parent 645c938 commit 864a90a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/sagemaker/workflow/test_processing_step.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
IMAGE_URI = "fakeimage"
7575
MODEL_NAME = "gisele"
7676
DUMMY_S3_SCRIPT_PATH = "s3://dummy-s3/dummy_script.py"
77-
LOCAL_SCRIPT_PATH = "../../../data/workflow/abalone/preprocessing.py"
77+
LOCAL_SCRIPT_PATH = os.path.join(DATA_DIR, "workflow/abalone/preprocessing.py")
7878
SPARK_APP_JAR_PATH = os.path.join(
7979
DATA_DIR, "spark/code/java/hello-java-spark/HelloJavaSparkApp.jar"
8080
)

0 commit comments

Comments
 (0)