From a31195985b71b0cabd3d85b1f71f883b2c7f9d1e Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Fri, 10 May 2024 16:07:42 -0400 Subject: [PATCH] ci: move eigen to 64-bit only Signed-off-by: Henry Schreiner --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cc6c3515e..9b21601505 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -972,7 +972,6 @@ jobs: mingw-w64-${{matrix.env}}-cmake mingw-w64-${{matrix.env}}-make mingw-w64-${{matrix.env}}-python-pytest - mingw-w64-${{matrix.env}}-eigen3 mingw-w64-${{matrix.env}}-boost mingw-w64-${{matrix.env}}-catch @@ -983,6 +982,7 @@ jobs: install: >- git mingw-w64-${{matrix.env}}-python-scipy + mingw-w64-${{matrix.env}}-eigen3 - uses: actions/checkout@v4