From bfd387bd307023f7eba407928020c404d1f5486d Mon Sep 17 00:00:00 2001 From: Faisal Dosani Date: Tue, 20 Feb 2024 17:16:43 -0500 Subject: [PATCH] adding in cloudpickle --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 85b04841..409745d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -131,7 +131,7 @@ ignore_missing_imports = true [edgetest.envs.core] python_version = "3.10" -conda_install = ["openjdk=8", "pyspark==3.4.1"] +conda_install = ["openjdk=8", "pyspark==3.4.1", "cloudpickle"] extras = ["dev"] command = "pytest tests -m 'not integration'" upgrade = [