Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/actions/Dockerfile.actions.noble
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ RUN make manual
RUN sudo make install

# Python module 'assess' is required for some longtests
RUN python3 -m pip install --break-system-packages assess
RUN python3 -m pip install --break-system-packages "numpy<2" assess
2 changes: 1 addition & 1 deletion docker/actions/Dockerfile.actions.noble-omp
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ RUN make fltools
RUN make manual

# Python module 'assess' is required for some longtests
RUN python3 -m pip install --break-system-packages assess
RUN python3 -m pip install --break-system-packages "numpy<2" assess
Loading