mirror of
https://github.com/pybind/pybind11.git
synced 2026-03-14 20:27:47 +00:00
fix: typo for warning on C++17, support Win + 2.7
This commit is contained in:
committed by
Henry Schreiner
parent
1b92cd1703
commit
f64d5aa6da
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -118,14 +118,14 @@ jobs:
|
||||
shell: bash
|
||||
run: >
|
||||
cmake -S . -B build2
|
||||
-DPYBIND17_WERROR=ON
|
||||
-DPYBIND11_WERROR=ON
|
||||
-DDOWNLOAD_CATCH=ON
|
||||
-DDOWNLOAD_EIGEN=ON
|
||||
-DCMAKE_CXX_STANDARD=${{ matrix.max-cxx-std }}
|
||||
-DPYTHON_EXECUTABLE=$(python -c "import sys; print(sys.executable)")
|
||||
|
||||
- name: Build C++${{ matrix.max-cxx-std }}
|
||||
run: cmake --build build2 -j 2
|
||||
run: cmake --build build2 -j 2 -v
|
||||
|
||||
- name: Python tests C++${{ matrix.max-cxx-std }}
|
||||
run: cmake --build build2 --target pytest
|
||||
|
||||
Reference in New Issue
Block a user