From 15d70595cd233603d6effa4d2ee66844c14af838 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Mon, 4 Apr 2022 20:45:08 -0700 Subject: [PATCH] Try the python3 choco project instead of python, to see if it fixes the win64 build --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b834dc23..4b88bcfc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -80,7 +80,7 @@ jobs: - run: name: Install Python 3.9.12 command: | - choco install python --version=3.9.12 + choco install python3 --version=3.9.12 - run: name: Install poetry command: (Invoke-WebRequest -Uri https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py -UseBasicParsing).Content | python -