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 ab8b000 commit 9137aa9Copy full SHA for 9137aa9
.mci.yml
@@ -36,11 +36,15 @@ tasks:
36
chmod 755 "~/venv/bin/$1"
37
}
38
39
+ ### Original Working Script Start ###
40
+
41
rm -rf ~/venv
42
43
virtualenv ~/venv
44
${venv}/pip install -r requirements.txt
45
46
+ ### Original Working Script End ###
47
48
# Modified build for mut
49
${venv}/bin/activate
50
requirements.txt
@@ -1,7 +1 @@
1
giza
2
-libxml2-dev
3
-libyaml-dev
4
-pkg-config
5
-python3
6
-python3-pip
7
-python3-venv
0 commit comments