We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9819497 commit 6cde955Copy full SHA for 6cde955
.gitlab-ci.yml
@@ -22,6 +22,7 @@ cache:
22
tests:
23
stage: tests
24
script:
25
+ - apt-get update
26
- apt-get install xz-utils
27
- python -V # Print out python version for debugging
28
- pip install virtualenv
0 commit comments