Home
last modified time | relevance | path

Searched +full:- +full:dpybind11_werror (Results 1 – 4 of 4) sorted by relevance

/external/python/pybind11/.github/workflows/
Dci.yml8 - master
9 - stable
10 - v*
17 fail-fast: false
19 runs-on: [ubuntu-latest, windows-latest, macos-latest]
21 - 2.7
22 - 3.5
23 - 3.6
24 - 3.9
25 # - 3.10-dev # Re-enable once 3.10.0a5 is released
[all …]
Dconfigure.yml8 - master
9 - stable
10 - v*
17 fail-fast: false
19 runs-on: [ubuntu-latest, macos-latest, windows-latest]
24 - runs-on: ubuntu-latest
28 - runs-on: macos-latest
32 - runs-on: windows-2016
36 - runs-on: windows-2016
40 name: �� 3.7 • CMake ${{ matrix.cmake }} • ${{ matrix.runs-on }}
[all …]
/external/python/pybind11/
D.appveyor.yml3 - Visual Studio 2015
9 - x86
12 - PYTHON: 36
14 - PYTHON: 27
17 - ps: |
19 if ($env:PLATFORM -eq "x64") { $env:PYTHON = "$env:PYTHON-x64" }
21 python -W ignore -m pip install --upgrade pip wheel
22 python -W ignore -m pip install pytest numpy --no-warn-script-location pytest-timeout
23 - ps: |
24 Start-FileDownload 'https://gitlab.com/libeigen/eigen/-/archive/3.3.7/eigen-3.3.7.zip'
[all …]
/external/python/pybind11/.github/
DCONTRIBUTING.md12 question, it's essential that you submit a self-contained and minimal piece of
28 * Add tests for any new functionality and run the test suite (`cmake --build
29 build --target pytest`) to ensure that no existing features break.
30 * Please run [`pre-commit`][pre-commit] to check your code matches the
31 project style. (Note that `gawk` is required.) Use `pre-commit run
32 --all-files` before committing (or use installed-mode, check pre-commit docs)
39 pybind11 is provided under a BSD-style license that can be found in the
48 hereby grant the following license: a non-exclusive, royalty-free perpetual
60 python3 -m venv venv
62 pip install -r tests/requirements.txt
[all …]