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

Install pickle5 in Python 3.7 CI jobs #5302

Closed
wants to merge 1 commit into from

Conversation

jakirkham
Copy link
Member

  • Closes #xxxx
  • Tests added / passed
  • Passes black distributed / flake8 distributed / isort distributed

Make sure that pickle5 is installed in Python 3.7 CI jobs so that code path can be tested.

shell: bash -l {0}
# pickle5 is used for out-of-band pickling support in Python 3.7
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version < '3.8' }}
run: mamba install -c conda-forge pickle5
Copy link
Member Author

Choose a reason for hiding this comment

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

It might be worth limiting this to only some Python 3.7 CI jobs given it is still useful to test without pickle5. Though it would be good to have some Python 3.7 jobs that include this.

Not sure how we want to handle that (see partitions above, which might be a useful way to handle this). Though maybe there are better ways.

Copy link
Member Author

Choose a reason for hiding this comment

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

Addressed by testing both pickle protocol 4 & 5 in PR ( #5313 ).

@jakirkham jakirkham marked this pull request as draft September 9, 2021 07:20
@jakirkham
Copy link
Member Author

Nvm looks like it is already installed.

@jakirkham jakirkham closed this Sep 9, 2021
@jakirkham jakirkham deleted the ci_py37_pickle5 branch September 9, 2021 07:36
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.

None yet

1 participant