Skip to content
Snippets Groups Projects
Commit 80b6ae21 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Install pip on .gitlab-ci.yml

parent 1b2c0b5c
Branches
Tags
No related merge requests found
......@@ -12,6 +12,7 @@ minimal-windows:
- env
- conda env list
- python -c "import numpy"
- conda install pip
- pip install -e .
- python3 setup.py test
......@@ -34,6 +35,7 @@ minimal-conda:
- $ENABLE_NIGHTLY_BUILDS
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_conda
script:
- conda install pip
- pip install -e .
- python3 setup.py test
tags:
......@@ -60,6 +62,7 @@ build-documentation:
stage: test
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
script:
- conda install pip
- pip install -e .
- export PYTHONPATH=`pwd`
- mkdir html_doc
......
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