More circleci

This commit is contained in:
Adam Treat 2023-08-31 10:49:22 -04:00
parent 3bdc87ff4a
commit 1723f82aaa

View File

@ -211,6 +211,9 @@ jobs:
image: ubuntu-2204:2023.04.2
steps:
- checkout
- run:
name: Set Python Version
command: pyenv global 3.11.2
- run:
name: Install dependencies
command: |