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

Changement de syntaxe pour utiliser python.

parent 462c5230
No related branches found
No related tags found
No related merge requests found
...@@ -5,10 +5,10 @@ build-dois-csv: ...@@ -5,10 +5,10 @@ build-dois-csv:
- apk update - apk update
- apk add python3 git - apk add python3 git
script: script:
- pip install pandas - python3 -m "pip install pandas"
- pip install requests - python3 -m "pip install requests"
- pip install matplotlib - python3 -m "pip install matplotlib"
- python 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}"
- 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