File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 36
36
ENABLE_CONTRIB : ${{ matrix.with_contrib }}
37
37
PIP_INDEX_URL : https://pypi.tuna.tsinghua.edu.cn/simple
38
38
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
+
52
40
- name : Cleanup
53
41
run : find . -mindepth 1 -delete
54
42
working-directory : ${{ github.workspace }}
You can’t perform that action at this time.
0 commit comments