From 30e7faa87396ca007a1aa32ea609ca4c10dd858d Mon Sep 17 00:00:00 2001 From: Guillaume Maze Date: Wed, 10 Jan 2024 10:55:58 +0100 Subject: [PATCH] Update pytests.yml --- .github/workflows/pytests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pytests.yml b/.github/workflows/pytests.yml index 772361d7..ca9e9494 100644 --- a/.github/workflows/pytests.yml +++ b/.github/workflows/pytests.yml @@ -58,6 +58,7 @@ jobs: with: task: start-measurement continue-on-error: true + if: ${{matrix.os == "ubuntu-latest"}} - uses: actions/checkout@v4 @@ -93,6 +94,7 @@ jobs: task: get-measurement label: 'setup core-pinned' continue-on-error: true + if: ${{matrix.os == "ubuntu-latest"}} - name: Lint with flake8 run: | @@ -132,6 +134,7 @@ jobs: with: task: display-results continue-on-error: true + if: ${{matrix.os == "ubuntu-latest"}} all-pinned: # CI tests for environments with all requirements in pinned versions