You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ prediction = run_prediction(path, model = model)
100
100
101
101
## Tests
102
102
103
-
You can run tests locally using `pytest` in the project folder:
103
+
The program has been tested using [GitHub Actions](https://github.com/diegonti/mxgap/blob/master/.github/workflows/python_tests.yaml) for Windows, Ubuntu and MacOS with python versions >=3.9. You can run tests locally using `pytest` in the project folder:
0 commit comments