Skip to content

Commit

Permalink
[CLEANUP]
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbdevaney committed Jan 3, 2025
1 parent 2387fef commit 5709a89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ RUN pip install poetry
# Configure Poetry to avoid virtual environments and install dependencies
RUN poetry config virtualenvs.create false && poetry install --no-interaction --no-ansi

# Install additional dependencies (e.g., swarms, pytest)
RUN pip install swarms pytest
# Install pytest
RUN pip install pytest

# Ensure pytest is installed and available
RUN pytest --version || echo "pytest not found"
Expand Down

0 comments on commit 5709a89

Please sign in to comment.