Commit 5496db11 authored by Godefroid Chapelle's avatar Godefroid Chapelle

CircleCI: on ubuntu, install missing distutils

parent 1c4d3326
......@@ -37,9 +37,15 @@ jobs:
command: sudo apt install -y build-essential python${PYTHON_VER}-dev
- when:
condition:
matches:
pattern: ^3\.10$
value: << parameters.python-version >>
and:
- not:
matches:
pattern: ^3\.5$
value: << parameters.python-version >>
- not:
matches:
pattern: ^2\.7$
value: << parameters.python-version >>
steps:
- run: sudo apt install -y python${PYTHON_VER}-distutils
- checkout
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment