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 9, 2024
1 parent 0ceb3fd commit d6f9f36
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 @@ -91,7 +91,7 @@ jobs:
uses: green-coding-berlin/eco-ci-energy-estimation@v2 # use hash or @vX here (See note below)
with:
task: get-measurement
label: 'setup'
label: 'setup core-pinned'
continue-on-error: true

- name: Lint with flake8
Expand All @@ -107,7 +107,7 @@ jobs:
uses: green-coding-berlin/eco-ci-energy-estimation@v2 # use hash or @vX here (See note below)
with:
task: get-measurement
label: 'pytest'
label: 'pytest core-pinned'
continue-on-error: true

- name: Upload coverage to Codecov
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
uses: green-coding-berlin/eco-ci-energy-estimation@v2 # use hash or @vX here (See note below)
with:
task: get-measurement
label: 'setup'
label: 'setup all-pinned'
continue-on-error: true

- name: Lint with flake8
Expand All @@ -210,7 +210,7 @@ jobs:
uses: green-coding-berlin/eco-ci-energy-estimation@v2 # use hash or @vX here (See note below)
with:
task: get-measurement
label: 'pytest'
label: 'pytest all-pinned'
continue-on-error: true

- name: Upload coverage to Codecov
Expand Down

0 comments on commit d6f9f36

Please sign in to comment.