Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: Elron Bandel <[email protected]>
  • Loading branch information
elronbandel committed Jan 29, 2024
1 parent 5e61fa9 commit 0b51695
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_library.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Unit Test Python Code
name: Test Library Code

on:
push:
Expand Down
4 changes: 3 additions & 1 deletion tests/catalog/test_preperation.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
from src.unitxt.test_utils.catalog import register_local_catalog_for_tests

logger = get_logger()
project_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
project_dir = os.path.dirname(
os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
)
glob_query = os.path.join(project_dir, "prepare", "**", "*.py")
all_preparation_files = glob.glob(glob_query, recursive=True)

Expand Down

0 comments on commit 0b51695

Please sign in to comment.