From 2fff58eab62c6c28d1328e63644b3fa7d4cb0c55 Mon Sep 17 00:00:00 2001 From: Carl Beekhuizen Date: Mon, 13 May 2024 17:17:45 +0300 Subject: [PATCH] stop manual python install on windows --- .circleci/config.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5dd51442..65ef69b0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -84,9 +84,6 @@ jobs: shell: powershell.exe steps: - checkout - - run: - name: "Install Python" - command: choco install python --version=3.12.2 -y - run: name: Install testing requirements on Windows command: python -m pip install -r requirements_test.txt @@ -196,9 +193,6 @@ jobs: shell: powershell.exe steps: - checkout - - run: - name: "Install Python" - command: choco install python --version=3.12.2 -y - run: name: Install building requirements on Windows command: pip install -r ./build_configs/windows/requirements.txt