From 3d4c9dc8945c041b7df03b1f09479562dde26832 Mon Sep 17 00:00:00 2001 From: Franco Alcaraz Date: Wed, 7 Feb 2024 20:07:54 -0300 Subject: [PATCH] Update python-os.yml --- .github/workflows/python-os.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 }}