Skip to content

Commit d9030ff

Browse files
committed
Added CIBW_SHELL_LINUX: "/bin/bash -eo pipefail -c" to fix 'sh' command issues.
1 parent 300a922 commit d9030ff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ jobs:
184184
# Windows/Linux: Include GPU plugins (radiation, energybalance) in addition to visualization
185185
CIBW_BEFORE_BUILD_WINDOWS: "set CMAKE_RC_COMPILER= && set PYHELIOS_CUDA_ARCHITECTURES=50;60;70;75;80;86;90 && python build_scripts/prepare_wheel.py --buildmode release --verbose"
186186

187+
CIBW_SHELL_LINUX: "/bin/bash -eo pipefail -c"
187188
CIBW_BEFORE_ALL_LINUX: >
188189
if [ -f /opt/rh/devtoolset-10/enable ]; then
189190
echo "Enabling devtoolset-10 for C++17 support" && source /opt/rh/devtoolset-10/enable

0 commit comments

Comments
 (0)