From 9ebf9bd51c8e602f19fbd39ed01b21e9e60096b5 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Tue, 1 Oct 2024 09:04:13 -0700 Subject: [PATCH] build: ensure setuptools is available on windows --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 47c0f146..01a36910 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -40,6 +40,10 @@ workflows: name: Enable Long Paths command: New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force shell: powershell.exe + - run: + name: Setup distutils + command: pip3 install setuptools + shell: powershell.exe test-steps: - when: condition: