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

Change docker img

parent 7255b2e5
No related branches found
No related tags found
No related merge requests found
Pipeline #16334 failed
image: python:3.9 image: clarinpl/python:3.8
variables: variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
...@@ -13,10 +13,12 @@ stages: ...@@ -13,10 +13,12 @@ stages:
- publish - publish
before_script: before_script:
- python --version ; pip --version # For debugging - apt-get update -yqq
- pip install virtualenv && apt-get install -yqq --no-install-recommends
- virtualenv venv make
- source venv/bin/activate g++
&& apt-get autoremove -yqq --purge
&& apt-get clean
pypi_publish: pypi_publish:
before_script: before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment