Skip to content

Commit f7bf106

Browse files
Add pytest to Python for ML packages
1 parent 90fa29c commit f7bf106

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

extra/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN apt-get update && \
88
numpy \
99
pandas \
1010
scikit-learn \
11+
pytest \
1112
scipy && \
1213
rm -rf /var/lib/apt/lists/*
1314

extra/tests/python3-for-ml/script.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import mlxtend
22
import numpy
33
import pandas
4+
import pytest
45
import scipy
56
import sklearn
67

0 commit comments

Comments
 (0)