We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4da482 commit 078e63bCopy full SHA for 078e63b
setup-wwrando.sh
@@ -5,7 +5,7 @@ for rando in wwrando; do
5
python3.10 -m venv /venv/$rando --upgrade-deps &&
6
/venv/$rando/bin/pip install --no-cache-dir -r requirements.txt)
7
done
8
-for rando in wwrando-s7 wwrando-random-settings; do
+for rando in wwrando-s7 wwrando-random-settings wwrando-miniblins; do
9
(cd $rando &&
10
python3.12 -m venv /venv/$rando --upgrade-deps &&
11
0 commit comments