Skip to content
Snippets Groups Projects
Commit e5babff9 authored by Elias Chetouane's avatar Elias Chetouane
Browse files

Test avec python3-alpine et apk pour installer les commandes git

parent 31c09eb2
No related branches found
No related tags found
No related merge requests found
image: alpine:3.14 image: python:3-alpine
build-dois-csv: build-dois-csv:
before_script: before_script:
- apk update - apk update
- apk add python3 py3-pip git - apk add git
script: script:
- pip install pandas - pip install pandas
- pip install requests - pip install requests
- pip install matplotlib - pip install matplotlib
- python3 run-all-codes.py - python run-all-codes.py
after_script: after_script:
- git config user.name "${GITLAB_USER_NAME}" - git config user.name "${GITLAB_USER_NAME}"
- git config user.email "${GITLAB_USER_EMAIL}" - git config user.email "${GITLAB_USER_EMAIL}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment