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

Ajout des bibliothèques à télécharger avant exécution.

parent a6b36791
No related branches found
No related tags found
No related merge requests found
Pipeline #167619 canceled
...@@ -4,6 +4,7 @@ build-dois-csv: ...@@ -4,6 +4,7 @@ build-dois-csv:
script: script:
- pip install pandas - pip install pandas
- pip install requests - pip install requests
- pip install matplotlib
- python run-all-codes.py - python run-all-codes.py
- 'standard-version --releaseCommitMessageFormat "chore(release): {{currentTag}}"' - 'standard-version --releaseCommitMessageFormat "chore(release): {{currentTag}}"'
- git remote set-url --push origin git@gricad-gitlab:$CI_PROJECT_PATH - git remote set-url --push origin git@gricad-gitlab:$CI_PROJECT_PATH
......
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