Skip to content

Commit f0f50a7

Browse files
committed
new lines are ignored, trying this
1 parent daf1152 commit f0f50a7

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,7 @@ jobs:
106106
# install symengine
107107
conan install . --output-folder=build --build=missing -pr ./conan_profile
108108
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
109+
pip install delvewheel conan && conan profile detect --force && conan install . --output-folder=build --build=missing -pr conan_profile
113110
# do not activate architecture-dependent compiler flags
114111
# 4 jobs in parallel, but do not start new ones if load average exceeds 5
115112
CIBW_ENVIRONMENT_LINUX:

0 commit comments

Comments
 (0)