Skip to content

Commit 6233c90

Browse files
authored
Set MATH_LIBRARY_BACKEND in publish workflow
Add MATH_LIBRARY_BACKEND environment variable to CI workflow
1 parent fb608b4 commit 6233c90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish_eigen_to_pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
with:
5858
config-file: "pyproject.toml"
5959
env:
60+
MATH_LIBRARY_BACKEND: ${{ env.MATH_LIBRARY_BACKEND }}
6061
CIBW_SKIP: "pp*-manylinux_i686"
6162
CIBW_BEFORE_BUILD: >-
6263
rm -rf _skbuild

0 commit comments

Comments
 (0)