File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
schedule :
13
13
- cron : ' 0 0 * * *'
14
14
15
+ concurrency :
16
+ group : python-${{ github.ref }}
17
+ cancel-in-progress : true
15
18
16
19
jobs :
17
20
check_if_skip :
@@ -38,17 +41,14 @@ jobs:
38
41
needs : check_if_skip
39
42
if : " !contains(needs.check_if_skip.outputs.commit_message, '[skip ci]')"
40
43
runs-on : ubuntu-latest
41
- strategy :
42
- matrix :
43
- python-version : ["3.10"]
44
44
steps :
45
45
- uses : actions/checkout@v3
46
46
with :
47
47
fetch-depth : 0
48
- - name : Set up Python ${{ matrix.python-version }}
48
+ - name : Set up Python 3
49
49
uses : actions/setup-python@v4
50
50
with :
51
- python-version : ${{ matrix.python-version }}
51
+ python-version : 3
52
52
- name : Display Python version
53
53
run : python -c "import sys; print(sys.version)"
54
54
- name : Check python version and install build
You can’t perform that action at this time.
0 commit comments