There was an error while loading. Please reload this page.
1 parent 749dbbf commit ac9cff7Copy full SHA for ac9cff7
.gitlab-ci.yml
@@ -5,7 +5,7 @@ build:
5
- sudo apt-get -y update
6
- sudo apt-get -y install python3-pip libcairo2-dev
7
- cd ./package/cmtrace/cmtrace/tests
8
- - python3 -m pip install pytest yaml
+ - python3 -m pip install pytest pyyaml svgwrite pycairo
9
- python3 -m pytest . -v
10
11
artifacts:
0 commit comments