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 a418ef1 commit 30e7faa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
with:
task: start-measurement
continue-on-error: true
if: ${{matrix.os == "ubuntu-latest"}}

- uses: actions/checkout@v4

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

0 comments on commit 30e7faa

Please sign in to comment.