Skip to content

Commit

Permalink
Bump actions/setup-python from 5.1.0 to 5.1.1 (#1567)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@82c7e63...39cd149)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent ea9692a commit ef7e37b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ReceivePR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/[email protected]

- name: Use Python
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
with:
python-version: 3.8
architecture: x64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
mpi: ${{ matrix.mpi }}
- name: Use Python ${{ matrix.py-version }}
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
with:
python-version: ${{ matrix.py-version }}
architecture: x64
Expand Down

4 comments on commit ef7e37b

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: ef7e37b Previous: 2c15d43 Ratio
apply_inplace_robust_scaler_and_inverse_N1_GPU - RUNTIME 113.7764663696289 s (45.213809967041016) 54.57941818237305 s (3.1345231533050537) 2.08

This comment was automatically generated by workflow using github-action-benchmark.

CC: @heat_team

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: ef7e37b Previous: 2c15d43 Ratio
apply_inplace_robust_scaler_and_inverse_N1_GPU - RUNTIME 113.6336441040039 s (46.58747482299805) 54.57941818237305 s (3.1345231533050537) 2.08

This comment was automatically generated by workflow using github-action-benchmark.

CC: @heat_team

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: ef7e37b Previous: 2c15d43 Ratio
apply_inplace_robust_scaler_and_inverse_N1_GPU - RUNTIME 112.8981704711914 s (61.07284927368164) 54.57941818237305 s (3.1345231533050537) 2.07

This comment was automatically generated by workflow using github-action-benchmark.

CC: @heat_team

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: ef7e37b Previous: 2c15d43 Ratio
apply_inplace_robust_scaler_and_inverse_N1_GPU - RUNTIME 115.64018249511719 s (63.38683319091797) 54.57941818237305 s (3.1345231533050537) 2.12

This comment was automatically generated by workflow using github-action-benchmark.

CC: @heat_team

Please sign in to comment.