Skip to content

Commit

Permalink
CI: Unbreak Eigen
Browse files Browse the repository at this point in the history
Eigen 3.3+ changed their internal BLAS build logic, which will
need a deeper look why it does not work. Just setting the flag to
build BLAS is overwritten by other logic with the Fortran compiler,
which breaks current CI.
  • Loading branch information
ax3l committed Jan 30, 2025
1 parent cf58aa6 commit 9cf83c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

- name: Install demo module
shell: bash
run: ./tests/install-demo-module.sh --pybind11-branch "${{ matrix.pybind11-branch }}" --eigen-branch "master"
run: ./tests/install-demo-module.sh --pybind11-branch "${{ matrix.pybind11-branch }}" --eigen-branch "3.2.10"

- name: Check stubs generation
shell: bash
Expand Down

0 comments on commit 9cf83c4

Please sign in to comment.