Skip to content

Commit ec4cc8b

Browse files
committed
fix: conan profile again
1 parent 197f708 commit ec4cc8b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
conan profile --detect
9898
9999
# install symengine
100+
conan profile detect --force
100101
conan install . --output-folder=build --build=missing -pr ./conan_profile
101102
102103
CIBW_BEFORE_ALL_MACOS: |
@@ -109,6 +110,7 @@ jobs:
109110
# do not activate architecture-dependent compiler flags
110111
# 4 jobs in parallel, but do not start new ones if load average exceeds 5
111112
CIBW_ENVIRONMENT_LINUX: >
113+
CMAKE_TOOLCHAIN_FILE=build/conan_toolchain.cmake
112114
CIBW="true"
113115
SKBUILD_BUILD_TOOL_ARGS="-j4;-l5"
114116
# CMAKE_PREFIX_PATH="$HOME/.local"

0 commit comments

Comments
 (0)