[TRY] pin python version
This commit is contained in:
parent
534a1ecbbe
commit
bd68cd94b6
|
|
@ -24,7 +24,8 @@ black:
|
||||||
pytest:
|
pytest:
|
||||||
stage: tests
|
stage: tests
|
||||||
script:
|
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 gcc g++ libffi-dev
|
||||||
- apk add git
|
- apk add git
|
||||||
- python3 -m venv /.gitlab-ci-venv
|
- python3 -m venv /.gitlab-ci-venv
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user