Commit 7dcaff49 authored by guilhemheinrich's avatar guilhemheinrich
Browse files

Added dependencies

No related merge requests found
Pipeline #52421 failed with stages
in 21 minutes and 7 seconds
Showing with 1 addition and 1 deletion
+1 -1
...@@ -6,7 +6,7 @@ prepare:release: ...@@ -6,7 +6,7 @@ prepare:release:
stage: prepare_release stage: prepare_release
image: node:alpine image: node:alpine
before_script: before_script:
- apk add --no-cache python3 py3-pip - apk add --no-cache python3 py3-pip g++ make
- python3 --version - python3 --version
- echo $(which python3) - echo $(which python3)
- pip3 --version - pip3 --version
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment