Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <pingsutw@apache.org>
  • Loading branch information
pingsutw committed Jun 16, 2023
1 parent 67b3348 commit 93c8bbc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/flytekit-envd/tests/test_image_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ def test_image_spec():
packages=["pandas"],
apt_packages=["git"],
python_version="3.8",
registry="",
base_image="cr.flyte.org/flyteorg/flytekit:py3.8-latest",
pip_index="https://private-pip-index/simple",
)
Expand All @@ -28,7 +27,7 @@ def build():
base(image="cr.flyte.org/flyteorg/flytekit:py3.8-latest", dev=False)
install.python_packages(name = ["pandas"])
install.apt_packages(name = ["git"])
runtime.environ(env={'PYTHONPATH': '/root', '_F_IMG_ID': {image_name}})
runtime.environ(env={{'PYTHONPATH': '/root', '_F_IMG_ID': '{image_name}'}})
config.pip_index(url = "https://private-pip-index/simple")
install.python(version="3.8")
"""
Expand Down

0 comments on commit 93c8bbc

Please sign in to comment.