Skip to content

Commit c8ca2be

Browse files
committed
Adds a line to install "xz" for test data decompression
1 parent 9d05eba commit c8ca2be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ stages:
33
# - deployment
44

55
image: python:3.5-slim-jessie
6+
- apt-get install xz-utils
67

78
# Change pip's cache directory to be inside the project directory since we can
89
# only cache local items.

0 commit comments

Comments
 (0)