mirror of https://github.com/openXC7/prjxray.git
Check yaml *inside* the environment.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
parent
c4c8fb4e7f
commit
4fb29753ca
2
Makefile
2
Makefile
|
|
@ -9,7 +9,7 @@ env:
|
|||
virtualenv --python=python3 --system-site-packages env
|
||||
. env/bin/activate; pip install -r requirements.txt
|
||||
ln -sf $(PWD)/prjxray env/lib/python3.*/site-packages/
|
||||
python -c "import yaml" || (echo "Unable to find python-yaml" && exit 1)
|
||||
. env/bin/activate; python -c "import yaml" || (echo "Unable to find python-yaml" && exit 1)
|
||||
|
||||
build:
|
||||
git submodule update --init --recursive
|
||||
|
|
|
|||
Loading…
Reference in New Issue