diff --git a/tests/Dockerfile b/tests/Dockerfile index b36c8d25..4bec42c1 100644 --- a/tests/Dockerfile +++ b/tests/Dockerfile @@ -21,7 +21,6 @@ RUN pip install poetry # Disable virtualenv creation by poetry and install dependencies RUN poetry config virtualenvs.create false -RUN poetry install --no-interaction --no-ansi # Install the 'swarms' package if it's not included in the poetry.lock RUN pip install swarms