Commit 5b59b7b2 by Henry Schreiner Committed by GitHub

ci: gha annotations (#2427)

parent 43f390ad
...@@ -12,7 +12,6 @@ on: ...@@ -12,7 +12,6 @@ on:
jobs: jobs:
standard: standard:
strategy: strategy:
fail-fast: false
matrix: matrix:
runs-on: [ubuntu-latest, windows-latest, macos-latest] runs-on: [ubuntu-latest, windows-latest, macos-latest]
arch: [x64] arch: [x64]
...@@ -72,6 +71,7 @@ jobs: ...@@ -72,6 +71,7 @@ jobs:
name: "🐍 ${{ matrix.python }} ${{ matrix.runs-on }} ${{ matrix.arch }} ${{ matrix.args }}" name: "🐍 ${{ matrix.python }} ${{ matrix.runs-on }} ${{ matrix.arch }} ${{ matrix.args }}"
runs-on: ${{ matrix.runs-on }} runs-on: ${{ matrix.runs-on }}
continue-on-error: ${{ endsWith(matrix.python, 'dev') }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
...@@ -102,7 +102,10 @@ jobs: ...@@ -102,7 +102,10 @@ jobs:
- name: Prepare env - name: Prepare env
run: python -m pip install -r tests/requirements.txt --prefer-binary run: python -m pip install -r tests/requirements.txt --prefer-binary
- name: Configure C++11 ${{ matrix.args1 }} - name: Setup annotations
run: python -m pip install pytest-github-actions-annotate-failures
- name: Configure C++11 ${{ matrix.args }}
run: > run: >
cmake -S . -B . cmake -S . -B .
-DPYBIND11_WERROR=ON -DPYBIND11_WERROR=ON
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment