Skip to content

Commit 10dd63c

Browse files
authored
Update build_wheels_macos_m1.yml
1 parent f85b854 commit 10dd63c

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/build_wheels_macos_m1.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,7 @@ jobs:
3636
ENABLE_CONTRIB: ${{ matrix.with_contrib }}
3737
PIP_INDEX_URL: https://pypi.tuna.tsinghua.edu.cn/simple
3838
steps:
39-
- name: Check pyenv versions
40-
run: pyenv versions
41-
42-
- name: Check Python versions
43-
run: |
44-
python3.7 --version || echo "python3.7 not found"
45-
python3.8 --version || echo "python3.8 not found"
46-
python3.9 --version || echo "python3.9 not found"
47-
python3.10 --version || echo "python3.10 not found"
48-
python3.11 --version || echo "python3.11 not found"
49-
python3.12 --version || echo "python3.12 not found"
50-
python3.13 --version || echo "python3.13 not found"
51-
39+
5240
- name: Cleanup
5341
run: find . -mindepth 1 -delete
5442
working-directory: ${{ github.workspace }}

0 commit comments

Comments
 (0)