Spaces:
Running
Running
Martin L (GitHub Actions) commited on
Commit ·
a638ca0
1
Parent(s): be53a00
Automated deployment from GitHub
Browse files
Makefile
CHANGED
|
@@ -1,8 +1,5 @@
|
|
| 1 |
-
# TODO: Fill it.
|
| 2 |
-
|
| 3 |
docs:
|
| 4 |
mkdocs build --clean
|
| 5 |
-
# TODO: Sth like https://numpy.org/doc/stable/reference/generated/numpy.mean.html#numpy.mean
|
| 6 |
|
| 7 |
tests-installation:
|
| 8 |
pytest -v -k "installation"
|
|
|
|
|
|
|
|
|
|
| 1 |
docs:
|
| 2 |
mkdocs build --clean
|
|
|
|
| 3 |
|
| 4 |
tests-installation:
|
| 5 |
pytest -v -k "installation"
|