Skip to content
Snippets Groups Projects

Add pre commit improve tox setup

Merged Corné Lukken requested to merge add-pre-commit-improve-tox-setup-2 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -25,4 +25,4 @@ FROM build_${BUILD_ENV} AS build
# Copy build stage files into final python slim image and install
FROM python:3.13-slim
COPY --from=build /work/dist /dist
RUN python -m pip install /dist/*.whl
RUN python -m pip install /dist/*cp313*many*$(uname -m).whl
Loading