Skip to content

Commit

Permalink
pin python version in CI (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhoesel authored Feb 13, 2024
1 parent 4ba95a2 commit ef38690
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ filters: &semver-tagged
executors:
pytest:
machine:
image: ubuntu-2204:current
# use an older ubuntu image with python 3.11 until pytest 8.0 is out
image: ubuntu-2204:2023.10.1
resource_class: large

jobs:
Expand Down

0 comments on commit ef38690

Please sign in to comment.