[gnome-build-meta/tristan/cargo-source-plugin: 2/5] .gitlab-ci.yml: Give us pytoml in CI for our cargo plugin



commit e57f25a61829e5e74b1337911386d289b5cb77ff
Author: Tristan Van Berkom <tristan vanberkom codethink co uk>
Date:   Mon Jul 29 15:30:03 2019 -0400

    .gitlab-ci.yml: Give us pytoml in CI for our cargo plugin

 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c18f5725..fb5260d5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,6 +25,10 @@ stages:
 
 default:
   before_script:
+
+  # Install pytoml for our plugin
+  - pip3 install pytoml
+
   # Use specific version of BuildStream
   - git clone https://gitlab.com/BuildStream/buildstream.git
   - git -C buildstream/ checkout $BST_SHA


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]