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

Ajout de l'installation de pip.

parent cbd3f066
No related branches found
No related tags found
No related merge requests found
...@@ -3,11 +3,11 @@ image: alpine:3.14 ...@@ -3,11 +3,11 @@ image: alpine:3.14
build-dois-csv: build-dois-csv:
before_script: before_script:
- apk update - apk update
- apk add python3 git - apk add python3 py3-pip git
script: script:
- python3 -m "pip install pandas" - pip install pandas
- python3 -m "pip install requests" - pip install requests
- python3 -m "pip install matplotlib" - pip install matplotlib
- python3 run-all-codes.py - python3 run-all-codes.py
after_script: after_script:
- git config user.name "${GITLAB_USER_NAME}" - git config user.name "${GITLAB_USER_NAME}"
......
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