From 0eef4febfd894b6d4f248ea04ffad8c4d75b23ba Mon Sep 17 00:00:00 2001 From: Awni Hannun Date: Mon, 14 Oct 2024 10:40:32 -0700 Subject: [PATCH] bump mac tests to use py39 (#1485) --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 631978e8c..baaffb582 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -80,9 +80,9 @@ jobs: - run: name: Install dependencies command: | - brew install python@3.8 + brew install python@3.9 brew install openmpi - python3.8 -m venv env + python3.9 -m venv env source env/bin/activate pip install --upgrade pip pip install --upgrade cmake