Skip to content

Commit

Permalink
Actually test docker matrix with poetry update
Browse files Browse the repository at this point in the history
  • Loading branch information
lampham789 committed Aug 26, 2024
1 parent 74ef50e commit 06fcef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN poetry run pytest tests
FROM build AS test-minor-update
# Install dev dependencies
RUN poetry install --only dev --no-root && rm -rf ${POETRY_CACHE_DIR};
# RUN poetry update
RUN poetry update
COPY . .
# Run tests
USER app
Expand Down

0 comments on commit 06fcef7

Please sign in to comment.