We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bea355 commit 847b114Copy full SHA for 847b114
Jenkinsfile
@@ -21,7 +21,7 @@ pipeline
21
sh '''
22
python3 -m venv venv/
23
. venv/bin/activate
24
- pip3 install numpy pandas cython setuptools twine cibuildwheel
+ pip3 install numpy pandas cython setuptools wheel twine cibuildwheel
25
26
git clone https://github.com/mlpack/mlpack
27
cd mlpack/
0 commit comments