From b34c049ab133f665fbae2ad2d41a339bec976231 Mon Sep 17 00:00:00 2001 From: Janet Gainer-Dewar Date: Mon, 9 Dec 2024 14:29:12 -0500 Subject: [PATCH] Set pyenv --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 626fd63a..23a1249f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -131,6 +131,7 @@ jobs: name: Install Python 3.10 command: | pyenv install 3.10 + pyenv global 3.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