File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
26
26
- uses : actions/setup-python@v2
27
27
with :
28
- python-version : 3.8
28
+ python-version : " 3.10 "
29
29
30
30
- name : Install dependencies
31
31
run : |
57
57
58
58
- uses : actions/setup-python@v2
59
59
with :
60
- python-version : 3.8
60
+ python-version : " 3.10 "
61
61
62
62
- name : Build
63
63
run : |
Original file line number Diff line number Diff line change 16
16
17
17
- uses : actions/setup-python@v2
18
18
with :
19
- python-version : 3.8
19
+ python-version : " 3.10 "
20
20
21
21
- name : Install dependencies
22
22
run : |
64
64
run : pytest --cov=atomate2 --cov-report=xml
65
65
66
66
- uses : codecov/codecov-action@v1
67
- if : matrix.python-version == 3.8 && github.repository == 'materialsproject/atomate2'
67
+ if : matrix.python-version == "3.10" && github.repository == 'materialsproject/atomate2'
68
68
with :
69
69
token : ${{ secrets.CODECOV_TOKEN }}
70
70
file : ./coverage.xml
80
80
81
81
- uses : actions/setup-python@v2
82
82
with :
83
- python-version : 3.8
83
+ python-version : " 3.10 "
84
84
85
85
- name : Install dependencies
86
86
run : |
You can’t perform that action at this time.
0 commit comments