Skip to content
Snippets Groups Projects
Commit 3af76de0 authored by Corné Lukken's avatar Corné Lukken
Browse files

Dynamically select the binary wheel to install

parent a3565db3
Branches
No related tags found
1 merge request!10Add pre commit improve tox setup
Pipeline #116194 passed
Pipeline: Python Binary Wheel Package

#116196

    Pipeline: Python Binary Wheel Package

    #116195

      ......@@ -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
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment