👷 CI: 修复测试 (#2682)

This commit is contained in:
StarHeart
2024-04-26 11:11:13 +08:00
committed by GitHub
parent 80ac6a5ae9
commit a5f2d97b04
2 changed files with 1 additions and 2 deletions

View File

@ -23,11 +23,11 @@ jobs:
group: test-coverage-${{ github.ref }}-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.env }}
cancel-in-progress: true
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, windows-latest, macos-latest]
env: [pydantic-v1, pydantic-v2]
fail-fast: false
env:
OS: ${{ matrix.os }}
PYTHON_VERSION: ${{ matrix.python-version }}