Skip to content

Commit 9137aa9

Browse files
author
Anthony Sansone
committed
Modified mut script again.
1 parent ab8b000 commit 9137aa9

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.mci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,15 @@ tasks:
3636
chmod 755 "~/venv/bin/$1"
3737
}
3838
39+
### Original Working Script Start ###
40+
3941
rm -rf ~/venv
4042
4143
virtualenv ~/venv
4244
${venv}/pip install -r requirements.txt
4345
46+
### Original Working Script End ###
47+
4448
# Modified build for mut
4549
${venv}/bin/activate
4650

requirements.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
11
giza
2-
libxml2-dev
3-
libyaml-dev
4-
pkg-config
5-
python3
6-
python3-pip
7-
python3-venv

0 commit comments

Comments
 (0)