Skip to content

Commit

Permalink
Update pytests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaze committed Jan 10, 2024
1 parent 30e7faa commit c7ecdab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c7ecdab

Please sign in to comment.