We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb0906 commit 0aa13c6Copy full SHA for 0aa13c6
.github/workflows/medcat-v1_main.yml
@@ -53,7 +53,7 @@ jobs:
53
second_half_nl=$(echo "$all_files" | tail -n +$(($midpoint + 1)))
54
python -m unittest ${first_half_nl[@]}
55
python -m unittest ${second_half_nl[@]}
56
- timeout-minutes: 45m
+ timeout-minutes: 45
57
- name: Regression
58
run: source tests/resources/regression/run_regression.sh
59
- name: Model backwards compatibility
0 commit comments