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

CircleCI: on ubuntu, install missing distutils

parent 1c4d3326
...@@ -37,9 +37,15 @@ jobs: ...@@ -37,9 +37,15 @@ 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:
matches: and:
pattern: ^3\.10$ - not:
value: << parameters.python-version >> matches:
pattern: ^3\.5$
value: << parameters.python-version >>
- not:
matches:
pattern: ^2\.7$
value: << parameters.python-version >>
steps: steps:
- run: sudo apt install -y python${PYTHON_VER}-distutils - run: sudo apt install -y python${PYTHON_VER}-distutils
- checkout - 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