We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f90d0e commit e22dcc1Copy full SHA for e22dcc1
1 file changed
.github/workflows/build.yml
@@ -34,9 +34,8 @@ 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
+ - name: Check Python version
+ run: python --version
40
41
- name: Checkout
42
uses: actions/checkout@v4
0 commit comments