Skip to content

Commit

Permalink
Change package unionai to union
Browse files Browse the repository at this point in the history
Signed-off-by: Peeter Piegaze <[email protected]>
  • Loading branch information
ppiegaze committed Jul 4, 2024
1 parent 5932327 commit 92f1853
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
unionai
union
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Basic Union workflow template."""

from unionai import task, workflow, ImageSpec
from union import task, workflow, ImageSpec

# ImageSpec defines the container image used for the Kubernetes pods that run the tasks in Union.
image_spec = ImageSpec(
Expand All @@ -20,7 +20,7 @@
#
# Make sure that:
#
# * You subsitutue the actual name of the registry here.
# * You substitute the actual name of the registry here.
# (for example if you are using GitHub's GHCR, you would
# use "https://ghcr.io/<your-github-org>").
#
Expand Down

0 comments on commit 92f1853

Please sign in to comment.