Skip to content

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.

1 participant