Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LOFAR Station Client
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
LOFAR2.0
LOFAR Station Client
Commits
ef9987eb
Commit
ef9987eb
authored
Sep 27, 2022
by
Jan David Mol
Browse files
Options
Downloads
Patches
Plain Diff
L2SS-822
: Fix for python 3.10 image
parent
756ea5ce
No related branches found
No related tags found
1 merge request
!4
Added custom LofarDeviceProxy to enhance support for high-dimensional arrays in attribtues
Pipeline
#36567
passed
Sep 27, 2022
Stage: lint
Stage: test
Stage: package
Stage: integration
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-0
3 additions, 0 deletions
.gitlab-ci.yml
with
3 additions
and
0 deletions
.gitlab-ci.yml
+
3
−
0
View file @
ef9987eb
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment