Skip to content

Commit

Permalink
Add super method in add_azure_core_repo for Mariner
Browse files Browse the repository at this point in the history
  • Loading branch information
lubaihua33 authored and LiliDeng committed Oct 13, 2023
1 parent 8c5f38d commit 8bd6376
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisa/operating_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -1793,6 +1793,7 @@ def _package_exists(self, package: str) -> bool:
def add_azure_core_repo(
self, repo_name: Optional[AzureCoreRepo] = None, code_name: Optional[str] = None
) -> None:
super().add_azure_core_repo(repo_name, code_name)
release = self.information.release
from lisa.tools import Curl

Expand Down

0 comments on commit 8bd6376

Please sign in to comment.