We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 692e3a8 commit 9945450Copy full SHA for 9945450
ci/build_and_activate_venv.sh
@@ -17,7 +17,7 @@ if [[ ${python_version} == "" ]]; then
17
python_version="python3.8"
18
fi
19
20
-virtualenv -p ${python_version} ${venv}
+${python_version} -m ${venv}
21
# shellcheck disable=SC1090,SC1091
22
source ${venv}/bin/activate
23
0 commit comments