-
Notifications
You must be signed in to change notification settings - Fork 386
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #202 from quantopian/dependabot/github_actions/act…
…ions/setup-python-v2.2.1 Bump actions/setup-python from v2.1.4 to v2.2.1
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: actions/setup-python@v2.1.4 | ||
- uses: actions/setup-python@v2.2.1 | ||
with: | ||
python-version: 3.8 | ||
- name: Install dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- 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 | ||
|
||
|
875de03
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.10
.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.