Searched +full:- +full:ddownload_catch (Results 1 – 6 of 6) sorted by relevance
8 - master9 - stable10 - v*17 fail-fast: false19 runs-on: [ubuntu-latest, windows-latest, macos-latest]21 - 2.722 - 3.523 - 3.624 - 3.925 # - 3.10-dev # Re-enable once 3.10.0a5 is released[all …]
1 # This is a format job. Pre-commit has a first-party GitHub action, so we use2 # that: https://github.com/pre-commit/action11 - master12 - stable13 - "v*"16 pre-commit:18 runs-on: ubuntu-latest20 - uses: actions/checkout@v221 - uses: actions/setup-python@v222 - uses: pre-commit/action@v2.0.0[all …]
8 - master9 - stable10 - v*17 fail-fast: false19 runs-on: [ubuntu-latest, macos-latest, windows-latest]24 - runs-on: ubuntu-latest28 - runs-on: macos-latest32 - runs-on: windows-201636 - runs-on: windows-201640 name: 3.7 • CMake ${{ matrix.cmake }} • ${{ matrix.runs-on }}[all …]
16 " manually or use `cmake -DDOWNLOAD_CATCH=ON` to fetch them automatically.")
12 question, it's essential that you submit a self-contained and minimal piece of28 * Add tests for any new functionality and run the test suite (`cmake --build29 build --target pytest`) to ensure that no existing features break.30 * Please run [`pre-commit`][pre-commit] to check your code matches the31 project style. (Note that `gawk` is required.) Use `pre-commit run32 --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 the48 hereby grant the following license: a non-exclusive, royalty-free perpetual60 python3 -m venv venv62 pip install -r tests/requirements.txt[all …]
3 - Visual Studio 20159 - x8612 - PYTHON: 3614 - PYTHON: 2717 - ps: |19 if ($env:PLATFORM -eq "x64") { $env:PYTHON = "$env:PYTHON-x64" }21 python -W ignore -m pip install --upgrade pip wheel22 python -W ignore -m pip install pytest numpy --no-warn-script-location pytest-timeout23 - ps: |24 Start-FileDownload 'https://gitlab.com/libeigen/eigen/-/archive/3.3.7/eigen-3.3.7.zip'[all …]