mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-30 10:27:16 +02:00
pip dependencies moved to buid.py for CI
This commit is contained in:
@ -19,6 +19,5 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
|
|||||||
pyenv activate conan
|
pyenv activate conan
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pip install -r docs/requirements.txt
|
|
||||||
pip install -U conan_package_tools
|
pip install -U conan_package_tools
|
||||||
conan user
|
conan user
|
||||||
|
1
build.py
1
build.py
@ -11,6 +11,7 @@ if __name__ == "__main__":
|
|||||||
remotes = "https://api.bintray.com/conan/bincrafters/public-conan, https://api.bintray.com/conan/twonington/public-conan",
|
remotes = "https://api.bintray.com/conan/bincrafters/public-conan, https://api.bintray.com/conan/twonington/public-conan",
|
||||||
build_policy = "outdated",
|
build_policy = "outdated",
|
||||||
upload_dependencies="all",
|
upload_dependencies="all",
|
||||||
|
pip_install=["sphinx", "recommonmark", "breathe"],
|
||||||
|
|
||||||
# build configurations
|
# build configurations
|
||||||
archs = ["x86_64"], # limit to 64-bit only
|
archs = ["x86_64"], # limit to 64-bit only
|
||||||
|
Reference in New Issue
Block a user