We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c506905 commit 9f90d0eCopy full SHA for 9f90d0e
1 file changed
.github/workflows/build.yml
@@ -34,6 +34,10 @@ jobs:
34
if: matrix.virtual-environment == 'windows-2025'
35
run: git config --global core.autocrlf false
36
37
+ - name: Install distutils (Windows specific)
38
+ if: matrix.virtual-environment == 'windows-2025'
39
+ run: pip install distutils
40
+
41
- name: Checkout
42
uses: actions/checkout@v4
43
0 commit comments