comments for test_runner
[soc.git] / .gitlab-ci.yml
index f453e172739dcdee534ed7bd84cec1064417cba3..867411fa4ddce7beef88c6b704c9f3f8df997219 100644 (file)
@@ -5,6 +5,7 @@ cache:
         - ccache
         - .cache/pip
         - apt-cache
+    when: 'always'
 
 variables:
     PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
@@ -111,7 +112,7 @@ build:
         - pip install dist/sfpy*.whl
         - popd
 
-        - cargo install maturin
+        - python3 -m pip install 'maturin>=0.11,<0.12'
         - git clone --depth 1 https://git.libre-soc.org/git/power-instruction-analyzer.git pia
         - pushd pia
         - maturin build --cargo-extra-args=--features=python-extension