Skip to content

Commit

Permalink
kfp-api: remove build
Browse files Browse the repository at this point in the history
  • Loading branch information
DnPlas committed Dec 10, 2024
1 parent 6e90ab0 commit 368479b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions charms/kfp-api/tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ class TestCharm:
@pytest.mark.abort_on_fail
async def test_build_and_deploy(self, ops_test: OpsTest):
"""Deploy kfp-api with required charms and relations."""
built_charm_path = await ops_test.build_charm("./")
logger.info(f"Built charm {built_charm_path}")

image_path = METADATA["resources"]["oci-image"]["upstream-source"]
resources = {"oci-image": image_path}

Expand Down

0 comments on commit 368479b

Please sign in to comment.