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