Skip to content
Snippets Groups Projects
Commit ef9987eb authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-822: Fix for python 3.10 image

parent 756ea5ce
No related branches found
No related tags found
1 merge request!4Added custom LofarDeviceProxy to enhance support for high-dimensional arrays in attribtues
Pipeline #36567 passed
......@@ -65,6 +65,9 @@ run_unit_tests_py310:
image: python:3.10-bullseye
stage: test
script:
# Debian Bullseye ships with libboost-python linked to Python 3.9. Use the one from Debian Sid instead.
- echo 'deb http://deb.debian.org/debian sid main' >> /etc/apt/sources.list
- apt-get update -y && DEBIAN_FRONTEND=noninteractive apt-get install -y libboost-python1.74-dev
- echo "run python3.10 unit tests /w coverage"
- tox -e py310
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment