[TRY] pin python version

This commit is contained in:
Sylvain LE GAL 2022-05-30 13:39:44 +02:00
parent 534a1ecbbe
commit bd68cd94b6

View File

@ -24,7 +24,8 @@ black:
pytest:
stage: tests
script:
- apk add python3.6 python3.6-dev
# Install the latest pythhon version supported by this librairy
- apk add python3.9 python3.9-dev
- apk add gcc g++ libffi-dev
- apk add git
- python3 -m venv /.gitlab-ci-venv