We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f5fde9 commit 790f762Copy full SHA for 790f762
.ci/docker/common/common_utils.sh
@@ -22,5 +22,5 @@ conda_run() {
22
}
23
24
pip_install() {
25
- as_ci_user conda run -n py_$ANACONDA_PYTHON_VERSION pip install --progress-bar off $*
+ as_ci_user conda run -n py_$ANACONDA_PYTHON_VERSION pip3 install --progress-bar off $*
26
0 commit comments