From cef44be774fe486dbdb17d0b57d75e3e5561ef7c Mon Sep 17 00:00:00 2001 From: dboe <dboe@ipp.mpg.de> Date: Thu, 2 Jul 2020 11:24:52 +0200 Subject: [PATCH] added public for docs --- .gitlab-ci.yml | 1 - public/.gitkeep | 0 2 files changed, 1 deletion(-) create mode 100644 public/.gitkeep diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ab931ed..4448ee6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: diff --git a/public/.gitkeep b/public/.gitkeep new file mode 100644 index 0000000..e69de29 -- GitLab