Skip to content

Commit e22dcc1

Browse files
committed
Check Python version
1 parent 9f90d0e commit e22dcc1

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ jobs:
3434
if: matrix.virtual-environment == 'windows-2025'
3535
run: git config --global core.autocrlf false
3636

37-
- name: Install distutils (Windows specific)
38-
if: matrix.virtual-environment == 'windows-2025'
39-
run: pip install distutils
37+
- name: Check Python version
38+
run: python --version
4039

4140
- name: Checkout
4241
uses: actions/checkout@v4

0 commit comments

Comments
 (0)