diff --git a/.github/workflows/python-os.yml b/.github/workflows/python-os.yml index b980ec8..d1ec13f 100644 --- a/.github/workflows/python-os.yml +++ b/.github/workflows/python-os.yml @@ -10,15 +10,14 @@ on: branches: [ master ] jobs: - if: always() build: name: Test on ${{ matrix.os }} with Python ${{ matrix.python-version }} + if: ${{ always() }} runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-20.04, ubuntu-22.04, macos-latest, windows-latest] python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] - steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}