Skip to content
Snippets Groups Projects
Commit cef44be7 authored by dboe's avatar dboe
Browse files

added public for docs

parent c4763c2d
No related branches found
No related tags found
No related merge requests found
Pipeline #77691 failed
......@@ -25,7 +25,6 @@ before_script:
- source venv/bin/activate
# hack because of bug in setuptools (Optimal would be 'pip install .' but install_requires in setup.cfg not read. See https://github.com/pypa/setuptools/issues/456)
- python -c "import configparser; config = configparser.ConfigParser(); config.read('setup.cfg'); deps = config['metadata']['install_requires'].split('\n'); import subprocess; subprocess.call(['pip', 'install'] + [x for x in deps if x])"
- pip install matplotlib
test:
script:
......
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