From 6c9cb094810d0eecd497a0250b2f357eacc30f5a Mon Sep 17 00:00:00 2001 From: meejah Date: Sat, 30 Nov 2024 23:55:33 -0700 Subject: [PATCH] no build deps --- .circleci/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cc58e9626..3a52e9d88 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -219,8 +219,6 @@ jobs: # PIP_FIND_LINKS: "wheelhouse" steps: - - run: choco install gpg4win -y - - "checkout" # If possible, restore a pip download cache to save us from having to @@ -263,7 +261,7 @@ jobs: echo "Found populated wheelhouse, skipping wheel building." } else { python -m pip install wheel - python -m pip wheel --wheel-dir $env:PIP_FIND_LINKS .[testenv] .[test] .[build] + python -m pip wheel --wheel-dir $env:PIP_FIND_LINKS .[testenv] .[test] } - "save_cache":