blob: 033402afe2e8a01c97c107ec69b16a23819d0a6c [file] [log] [blame]
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