Skip to content

Commit f20bfad

Browse files
fix(ci): corrected ML test filename and updated footer
1 parent 73df367 commit f20bfad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: |
8484
# Run specific critical tests
8585
python -c "import meridianalgo; print(f'MeridianAlgo {meridianalgo.__version__} loaded')"
86-
pytest tests/test_core.py tests/test_ml.py -v --tb=short
86+
pytest tests/test_core.py tests/test_machine_learning.py -v --tb=short
8787
8888
build-and-release:
8989
needs: test

0 commit comments

Comments
 (0)