Skip to content

Commit 0b51695

Browse files
committed
Update
Signed-off-by: Elron Bandel <[email protected]>
1 parent 5e61fa9 commit 0b51695

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/test_library.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Unit Test Python Code
1+
name: Test Library Code
22

33
on:
44
push:

tests/catalog/test_preperation.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
from src.unitxt.test_utils.catalog import register_local_catalog_for_tests
99

1010
logger = get_logger()
11-
project_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
11+
project_dir = os.path.dirname(
12+
os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
13+
)
1214
glob_query = os.path.join(project_dir, "prepare", "**", "*.py")
1315
all_preparation_files = glob.glob(glob_query, recursive=True)
1416

0 commit comments

Comments
 (0)