pip dependencies moved to buid.py for CI

This commit is contained in:
Mateusz Pusz
2020-03-09 20:07:30 +01:00
parent d4779ce16d
commit d800f29585
2 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,5 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
pyenv activate conan
fi
pip install -r docs/requirements.txt
pip install -U conan_package_tools
conan user

View File

@ -11,6 +11,7 @@ if __name__ == "__main__":
remotes = "https://api.bintray.com/conan/bincrafters/public-conan, https://api.bintray.com/conan/twonington/public-conan",
build_policy = "outdated",
upload_dependencies="all",
pip_install=["sphinx", "recommonmark", "breathe"],
# build configurations
archs = ["x86_64"], # limit to 64-bit only