@@ -1,8 +1,8 @@
build:
if [ ! -d venv ]; then
python3 -m venv venv
fi
if [ ! -d venv ]; then \
python3 -m venv venv; \
fi \
venv/bin/pip install requirements.txt
The note is not visible to the blocked user.