Skip to content

Commit aa72208

Browse files
authored
Update wheels.yml: Macos debug
1 parent 5e211b8 commit aa72208

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ jobs:
6161
CIBW_BEFORE_ALL_LINUX: >
6262
pwd && ls &&
6363
export UG4_ROOT=$PWD/ug4-git
64-
# CIBW_ENVIRONMENT: "CMAKE_ARGS=-DUG_ROOT_CMAKE_PATH=${{ env.PWD }}/ugcore/cmake"
64+
CIBW_BEFORE_ALL_MACOS: >
65+
pwd && ls && which python && env
6566
CMAKE_ARGS: >-
6667
${{ contains(matrix.os, 'ubuntu') && '-DUG_ROOT_CMAKE_PATH=/project/ug4-git/ugcore/cmake' ||
6768
contains(matrix.os, 'windows') && '-DUG_ROOT_CMAKE_PATH=C:/a/plugin_SuperLU6/plugin_SuperLU6/ug4-git/ugcore/cmake' ||

0 commit comments

Comments
 (0)