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 5e211b8 commit aa72208Copy full SHA for aa72208
.github/workflows/wheels.yml
@@ -61,7 +61,8 @@ jobs:
61
CIBW_BEFORE_ALL_LINUX: >
62
pwd && ls &&
63
export UG4_ROOT=$PWD/ug4-git
64
- # CIBW_ENVIRONMENT: "CMAKE_ARGS=-DUG_ROOT_CMAKE_PATH=${{ env.PWD }}/ugcore/cmake"
+ CIBW_BEFORE_ALL_MACOS: >
65
+ pwd && ls && which python && env
66
CMAKE_ARGS: >-
67
${{ contains(matrix.os, 'ubuntu') && '-DUG_ROOT_CMAKE_PATH=/project/ug4-git/ugcore/cmake' ||
68
contains(matrix.os, 'windows') && '-DUG_ROOT_CMAKE_PATH=C:/a/plugin_SuperLU6/plugin_SuperLU6/ug4-git/ugcore/cmake' ||
0 commit comments