]> jfr.im git - irc/rizon/acid.git/commitdiff
Explicitly call python2 here
authorDwarf <redacted>
Sat, 4 Sep 2021 22:24:27 +0000 (00:24 +0200)
committerDwarf <redacted>
Sat, 4 Sep 2021 22:24:27 +0000 (00:24 +0200)
.gitlab-ci.yml

index 23b7ac70e9dff6692eaf269b9aed75532a3568c7..ba05439da9081d26014491d6f4b6c05010bf5643 100644 (file)
@@ -10,4 +10,4 @@ build:
     - git submodule init && git submodule update
     - cp pyva/libpyva/pyva-native/make.example.properties pyva/libpyva/pyva-native/make.properties
     - mvn -B test
-    - find pyva/pyva/src/main/python/ -name "*.py" -print0 | xargs -0 -n1 -I'{}' python -m py_compile {}
+    - find pyva/pyva/src/main/python/ -name "*.py" -print0 | xargs -0 -n1 -I'{}' python2 -m py_compile {}