Skip to content

Commit 4f0a710

Browse files
committed
GitHub Actions
1 parent e95eef5 commit 4f0a710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ prediction = run_prediction(path, model = model)
100100

101101
## Tests
102102

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:
104104
```
105105
cd mxgap
106106
pytest

0 commit comments

Comments
 (0)