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

CircleCI: on ubuntu, install missing distutils

parent 1c4d3326
...@@ -37,8 +37,14 @@ jobs: ...@@ -37,8 +37,14 @@ jobs:
command: sudo apt install -y build-essential python${PYTHON_VER}-dev command: sudo apt install -y build-essential python${PYTHON_VER}-dev
- when: - when:
condition: condition:
and:
- not:
matches: matches:
pattern: ^3\.10$ pattern: ^3\.5$
value: << parameters.python-version >>
- not:
matches:
pattern: ^2\.7$
value: << parameters.python-version >> value: << parameters.python-version >>
steps: steps:
- run: sudo apt install -y python${PYTHON_VER}-distutils - run: sudo apt install -y python${PYTHON_VER}-distutils
......
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