We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7dce5fc + e5ab612 commit 74cd32bCopy full SHA for 74cd32b
1 file changed
ci/script.sh
@@ -23,7 +23,8 @@ tests() {
23
# ------------------------------------
24
pushd python
25
export PYTHONPATH=.
26
- python -m venv venv
+ which python
27
+ /usr/bin/python -m venv venv
28
source venv/bin/activate
29
pip install --upgrade pip
30
pip install .
0 commit comments