Skip to content

Commit c145f87

Browse files
committed
venv
1 parent 0b078aa commit c145f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build-release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ -f "${HOME}/.cargo/env" ]; then
77
fi;
88

99
if [ ! -d venv ]; then
10-
virtualenv venv
10+
python3 -m venv
1111
pip install cargo-lambda zig
1212
fi;
1313

0 commit comments

Comments
 (0)