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

Utilisation de "apk" pour Alpine.

parent 7252227f
No related branches found
No related tags found
No related merge requests found
Pipeline #167719 failed
...@@ -2,9 +2,8 @@ image: alpine:3.14 ...@@ -2,9 +2,8 @@ image: alpine:3.14
build-dois-csv: build-dois-csv:
before_script: before_script:
- apt update - apk update
- apt install -y python3 - apk add python3 git
- apt install -y git
script: script:
- pip install pandas - pip install pandas
- pip install requests - pip install requests
......
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