Skip to content

Commit 560670d

Browse files
authored
Update build_wheels_macos_m1.yml
1 parent 8b629da commit 560670d

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/build_wheels_macos_m1.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,19 @@ 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+
3952
- name: Cleanup
4053
run: find . -mindepth 1 -delete
4154
working-directory: ${{ github.workspace }}

0 commit comments

Comments
 (0)