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 f9ae575 commit 39791cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

steps:
- name: Energy Estimation - Initialize
if: ${{matrix.os}} == "ubuntu-latest"
if: ${{matrix.os == 'ubuntu-latest'}}
uses: green-coding-berlin/eco-ci-energy-estimation@v2
with:
task: start-measurement
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
micromamba list
- name: Energy Estimation - Measure Tests Setup
if: ${{matrix.os}} == "ubuntu-latest"
if: ${{matrix.os == 'ubuntu-latest'}}
uses: green-coding-berlin/eco-ci-energy-estimation@v2
with:
task: get-measurement
Expand All @@ -106,7 +106,7 @@ jobs:
pytest -ra -v -s -c argopy/tests/pytest.ini --durations=10 --cov=./ --cov-config=.coveragerc --cov-report xml:cov.xml --cov-report term-missing --log-file=${{env.LOG_FILE}}
- name: Energy Estimation - Measure Tests Exec
if: ${{matrix.os}} == "ubuntu-latest"
if: ${{matrix.os == 'ubuntu-latest'}}
uses: green-coding-berlin/eco-ci-energy-estimation@v2
with:
task: get-measurement
Expand All @@ -131,7 +131,7 @@ jobs:
retention-days: 90

- name: Energy Estimation - Show Results
if: ${{matrix.os}} == "ubuntu-latest"
if: ${{matrix.os == 'ubuntu-latest'}}
uses: green-coding-berlin/eco-ci-energy-estimation@v2
with:
task: display-results
Expand Down

0 comments on commit 39791cc

Please sign in to comment.