Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9945450

Browse files
committedJan 6, 2025·
build_and_activate_venv: virtualenv is not installed in macOS runner
1 parent 692e3a8 commit 9945450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ci/build_and_activate_venv.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [[ ${python_version} == "" ]]; then
1717
python_version="python3.8"
1818
fi
1919

20-
virtualenv -p ${python_version} ${venv}
20+
${python_version} -m ${venv}
2121
# shellcheck disable=SC1090,SC1091
2222
source ${venv}/bin/activate
2323

0 commit comments

Comments
 (0)
Please sign in to comment.