Skip to content

Commit e5ab612

Browse files
committed
change to /usr/bin/python?
1 parent e83ef22 commit e5ab612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tests() {
2424
pushd python
2525
export PYTHONPATH=.
2626
which python
27-
python -m venv venv
27+
/usr/bin/python -m venv venv
2828
source venv/bin/activate
2929
pip install --upgrade pip
3030
pip install .

0 commit comments

Comments
 (0)