Skip to content

Commit ac9cff7

Browse files
committed
fix modules
1 parent 749dbbf commit ac9cff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build:
55
- sudo apt-get -y update
66
- sudo apt-get -y install python3-pip libcairo2-dev
77
- cd ./package/cmtrace/cmtrace/tests
8-
- python3 -m pip install pytest yaml
8+
- python3 -m pip install pytest pyyaml svgwrite pycairo
99
- python3 -m pytest . -v
1010

1111
artifacts:

0 commit comments

Comments
 (0)