Skip to content

Commit

Permalink
Install pickle5 in Python 3.7 CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Sep 9, 2021
1 parent fc06b52 commit e191f7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yaml
Expand Up @@ -54,6 +54,12 @@ jobs:
shell: bash -l {0}
run: conda config --show

- name: Optionally install pickle5
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

- name: Install stacktrace
shell: bash -l {0}
# stacktrace for Python 3.8 has not been released at the moment of writing
Expand Down

0 comments on commit e191f7e

Please sign in to comment.