We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73df367 commit f20bfadCopy full SHA for f20bfad
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
run: |
84
# Run specific critical tests
85
python -c "import meridianalgo; print(f'MeridianAlgo {meridianalgo.__version__} loaded')"
86
- pytest tests/test_core.py tests/test_ml.py -v --tb=short
+ pytest tests/test_core.py tests/test_machine_learning.py -v --tb=short
87
88
build-and-release:
89
needs: test
0 commit comments