Skip to content

Commit

Permalink
stop manual python install on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlBeek committed May 13, 2024
1 parent 6081293 commit 2fff58e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2fff58e

Please sign in to comment.