Skip to content

Commit

Permalink
Addressing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
agosh01 committed Aug 13, 2024
1 parent be4f5f7 commit 0ab6588
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Distribution / packaging
.Python
__pycache__/
scripts/up-python/**
scripts/up-python/
downloads/
testing/
lib/
Expand All @@ -23,3 +23,6 @@ MANIFEST
**/.DS_Store
**/target
test_manager/reports/summary/summary.json
scripts/up-conan-recipes/
test_agent/cpp/build
test_agent/cpp/CMakeUserPresets.json
2 changes: 2 additions & 0 deletions scripts/install_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def run_command(command):
print(e.stderr)
sys.exit(1)


def check_conan_version():
try:
# Check Conan version
Expand All @@ -51,6 +52,7 @@ def check_conan_version():
print("Conan is not installed.")
return False


def main():
# Define the repository and desired branch or commit
repo_url = "https://github.com/eclipse-uprotocol/up-python.git"
Expand Down
3 changes: 0 additions & 3 deletions test_manager/reports/summary/summary.json

This file was deleted.

0 comments on commit 0ab6588

Please sign in to comment.