Skip to content

Commit 078e63b

Browse files
authored
Update setup-wwrando.sh
1 parent b4da482 commit 078e63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup-wwrando.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ for rando in wwrando; do
55
python3.10 -m venv /venv/$rando --upgrade-deps &&
66
/venv/$rando/bin/pip install --no-cache-dir -r requirements.txt)
77
done
8-
for rando in wwrando-s7 wwrando-random-settings; do
8+
for rando in wwrando-s7 wwrando-random-settings wwrando-miniblins; do
99
(cd $rando &&
1010
python3.12 -m venv /venv/$rando --upgrade-deps &&
1111
/venv/$rando/bin/pip install --no-cache-dir -r requirements.txt)

0 commit comments

Comments
 (0)