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

Fix minimal_conda

parent 2ae24f48
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ minimal-conda: ...@@ -35,7 +35,7 @@ minimal-conda:
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_conda image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_conda
script: script:
- conda install pip - conda install pip
- pip -m install -e . - pip install -e .
- python setup.py test - python setup.py test
tags: tags:
- docker - docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment