Skip to content

Commit

Permalink
adding in cloudpickle
Browse files Browse the repository at this point in the history
  • Loading branch information
fdosani committed Feb 20, 2024
1 parent b409b4a commit bfd387b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit bfd387b

Please sign in to comment.