Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Release 0.0.4 (#280)
Browse files Browse the repository at this point in the history
Signed-off-by: Merwane Hamadi <[email protected]>
  • Loading branch information
waynehamadi authored Aug 9, 2023
1 parent 7d60ce5 commit e3f1e21
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
submodules: true
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion agbenchmark/utils/dependencies/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def print_processed_dependencies(self, colors: bool = False) -> None:
colorama.deinit()

@property
def sorted_items(self, show_graph: Optional[bool] = True) -> Generator:
def sorted_items(self, show_graph: Optional[bool] = False) -> Generator:
"""Get a sorted list of tests where all tests are sorted after their dependencies."""
# Build a directed graph for sorting
dag = networkx.DiGraph()
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "agbenchmark"
version = "0.0.3"
version = "0.0.4"
description = "Benchmarking the performance of agents far and wide, regardless of how they are set up and how they work"
authors = ["Silen Naihin <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit e3f1e21

Please sign in to comment.