Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin Python version in CI (backport #905) #906

Merged
merged 1 commit into from
Jun 20, 2023

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Jun 20, 2023

This is an automatic backport of pull request #905 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

* Pin Python version in CI

Recently github updated the cached version of python installed for 3.7
in the CI environment to 3.7.17. This new binary was not built with bz2
support which is causing failures in our CI jobs that run with 3.7.
While we'll be dropping 3.7 support from the main branch (for 0.14.0) in
the near future we still support 3.7 on the stable 0.13.x series. This
commit pins the python version to the previous patch release which was
known to work.

* Use 3.7 on windows

* Fix windows capitalization

* Fix syntax error

(cherry picked from commit 5f73e76)
@coveralls
Copy link

Pull Request Test Coverage Report for Build 5323373532

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 3 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.06%) to 96.449%

Files with Coverage Reduction New Missed Lines %
rustworkx-core/src/token_swapper.rs 3 98.94%
Totals Coverage Status
Change from base Build 5299206045: 0.06%
Covered Lines: 14994
Relevant Lines: 15546

💛 - Coveralls

@mtreinish mtreinish merged commit 283a663 into stable/0.13 Jun 20, 2023
@mtreinish mtreinish deleted the mergify/bp/stable/0.13/pr-905 branch June 20, 2023 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants