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 c7ecdab commit 09342d5
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 @@ -54,11 +54,11 @@ jobs:

steps:
- name: Energy Estimation - Initialize
if: ${{matrix.os}} == "ubuntu-latest"
uses: green-coding-berlin/eco-ci-energy-estimation@v2
with:
task: start-measurement
continue-on-error: true
if: ${{matrix.os}} == "ubuntu-latest"

- uses: actions/checkout@v4

Expand Down Expand Up @@ -89,12 +89,12 @@ jobs:
micromamba list
- name: Energy Estimation - Measure Tests Setup
if: ${{matrix.os}} == "ubuntu-latest"
uses: green-coding-berlin/eco-ci-energy-estimation@v2
with:
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 @@ -130,11 +130,11 @@ jobs:
retention-days: 90

- name: Energy Estimation - Show Results
if: ${{matrix.os}} == "ubuntu-latest"
uses: green-coding-berlin/eco-ci-energy-estimation@v2
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 09342d5

Please sign in to comment.