Skip to content

Commit

Permalink
Try installing python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jgainerdewar committed Dec 9, 2024
1 parent daec0bd commit 31ff71e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ jobs:
command: |
python3 --version
which python3
- run:
name: Install Python 3.10
command: |
apt -y install python3.10
- run:
name: Install tox and yapf
# tox (and detox) fail with older versions of more-itertools: https://github.com/pytest-dev/pytest/issues/4770
Expand Down

0 comments on commit 31ff71e

Please sign in to comment.