Skip to content

Commit

Permalink
Merge pull request #202 from quantopian/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-python-v2.2.1

Bump actions/setup-python from v2.1.4 to v2.2.1
  • Loading branch information
gerrymanoim committed Dec 22, 2020
2 parents d3ff5b2 + fbfb033 commit 875de03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/setup-python@v2.1.4
- uses: actions/setup-python@v2.2.1
with:
python-version: 3.8
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v2.3.4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2.1.4
uses: actions/setup-python@v2.2.1
with:
python-version: ${{ matrix.python-version }}
- name: Set Lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2.3.4
- name: Set up Python 3.7
uses: actions/setup-python@v2.1.4
uses: actions/setup-python@v2.2.1
with:
python-version: 3.7

Expand Down

1 comment on commit 875de03

@github-actions
Copy link

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 1.10.

Benchmark suite Current: 875de03 Previous: b25c4f9 Ratio
etc/bench.py::test_calendar_construction 0.05154170339596142 iter/sec (stddev: 0.09072531051238185) 0.0571218580856847 iter/sec (stddev: 0.026720020782416438) 1.11
etc/bench.py::test_is_open_on_minute 24095.832520498258 iter/sec (stddev: 0.0000010886989834623236) 26713.671115999237 iter/sec (stddev: 0.0000030959317537669576) 1.11

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

Please sign in to comment.