This commit is contained in:
Sylvain LE GAL 2022-05-30 13:51:00 +02:00
parent 47649f03e7
commit 0aa9f8bf36

View File

@ -25,7 +25,7 @@ pytest:
stage: tests stage: tests
script: script:
# Install the latest pythhon version supported by this librairy # Install the latest pythhon version supported by this librairy
- apk add python3 python3-dev - apk add python3==~3.9 python3-dev==~3.9
- 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