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 daf1152 commit f0f50a7Copy full SHA for f0f50a7
1 file changed
.github/workflows/deploy.yml
@@ -106,10 +106,7 @@ jobs:
106
# install symengine
107
conan install . --output-folder=build --build=missing -pr ./conan_profile
108
CIBW_BEFORE_ALL_WINDOWS: |
109
- pip install delvewheel
110
- pip install conan
111
- conan profile detect --force
112
- conan install . --output-folder=build --build=missing -pr conan_profile
+ pip install delvewheel conan && conan profile detect --force && conan install . --output-folder=build --build=missing -pr conan_profile
113
# do not activate architecture-dependent compiler flags
114
# 4 jobs in parallel, but do not start new ones if load average exceeds 5
115
CIBW_ENVIRONMENT_LINUX:
0 commit comments