🧪4️⃣ test: level 4 verbose

This commit is contained in:
Florian Hönicke
2023-05-02 14:57:13 +02:00
parent 374bf9db00
commit 4d9518dc41

View File

@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y {{apt_get_packa
## install requirements for the executor
COPY requirements.txt .
RUN pip install --compile -r requirements.txt
RUN pip -v install --compile -r requirements.txt
# setup the workspace
COPY . /workdir/