Skip to content
Snippets Groups Projects
Commit 490fc3a6 authored by Maja Jablonska's avatar Maja Jablonska
Browse files

Change docker img

parent 7255b2e5
Branches
Tags
No related merge requests found
Pipeline #16334 failed with stage
in 27 seconds
image: python:3.9
image: clarinpl/python:3.8
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
......@@ -13,10 +13,12 @@ stages:
- publish
before_script:
- python --version ; pip --version # For debugging
- pip install virtualenv
- virtualenv venv
- source venv/bin/activate
- apt-get update -yqq
&& apt-get install -yqq --no-install-recommends
make
g++
&& apt-get autoremove -yqq --purge
&& apt-get clean
pypi_publish:
before_script:
......
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