include: | |
local: ci/install-rkorapclient-ci.yml | |
test-korapclient: | |
extends: .install-rkorapclient | |
image: rocker/tidyverse | |
cache: | |
key: pykorapclient | |
paths: | |
- apt-cache/ | |
script: | |
- mkdir -p ~/.config/pip | |
- echo -e "[global]\nbreak-system-packages = true" >> ~/.config/pip/pip.conf | |
- python3 -m pip install pytest | |
- python3 -m pip install . | |
- python3 -m pytest -v |