mirror of
https://github.com/pybind/pybind11.git
synced 2026-03-14 20:27:47 +00:00
ci: download EIGEN
This commit is contained in:
committed by
Henry Schreiner
parent
9521bc56a8
commit
1b880dfd5a
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -80,6 +80,7 @@ jobs:
|
||||
cmake -S . -B build
|
||||
-DPYBIND11_WERROR=ON
|
||||
-DDOWNLOAD_CATCH=ON
|
||||
-DDOWNLOAD_EIGEN=ON
|
||||
-DCMAKE_CXX_STANDARD=11
|
||||
-DPYTHON_EXECUTABLE=$(python -c "import sys; print(sys.executable)")
|
||||
|
||||
@@ -101,6 +102,7 @@ jobs:
|
||||
cmake -S . -B build17
|
||||
-DPYBIND17_WERROR=ON
|
||||
-DDOWNLOAD_CATCH=ON
|
||||
-DDOWNLOAD_EIGEN=ON
|
||||
-DCMAKE_CXX_STANDARD=17
|
||||
-DPYTHON_EXECUTABLE=$(python -c "import sys; print(sys.executable)")
|
||||
|
||||
@@ -138,7 +140,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Add wget and python3
|
||||
run: apt-get update && apt-get install -y python3-dev python3-numpy python3-pytest
|
||||
run: apt-get update && apt-get install -y python3-dev python3-numpy python3-pytest libeigen3-dev
|
||||
|
||||
- name: Configure
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user