Skip to content
Snippets Groups Projects
Commit a9912de1 authored by Maria Petrova-El Sayed's avatar Maria Petrova-El Sayed
Browse files

Fix missing libs for pip install in CI/CD (copy from datacatalog)

parent 865fb8bd
No related branches found
No related tags found
No related merge requests found
Pipeline #80837 passed with warnings
**__pycache__/
dockers/.env
.vscode/*
*.pyc
......
default:
image: python:3-slim
image: python:3.9-slim
# before script copied from gitlab docs
before_script:
- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client gcc libxslt-dev libffi-dev libssl-dev build-essential python3-dev -y )'
- eval $(ssh-agent -s)
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh
stages:
- test
......
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