Skip to content

Commit

Permalink
build: ensure setuptools is available on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Oct 1, 2024
1 parent cc184c3 commit 9ebf9bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9ebf9bd

Please sign in to comment.