Commit beb6fe3 1 parent c140fea commit beb6fe3 Copy full SHA for beb6fe3
File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : CI
2
2
3
3
on :
4
+ workflow_dispatch :
4
5
push :
5
6
branches :
6
7
- " main"
@@ -28,14 +29,15 @@ jobs:
28
29
matrix :
29
30
os : ['ubuntu', 'macos']
30
31
python-version :
31
- - " 3.9"
32
32
- " 3.10"
33
33
- " 3.11"
34
+ - " 3.12"
35
+ - " 3.13"
34
36
35
37
steps :
36
- - uses : actions/checkout@v2
38
+ - uses : actions/checkout@v4
37
39
38
- - uses : conda-incubator/setup-miniconda@v2
40
+ - uses : conda-incubator/setup-miniconda@v3
39
41
with :
40
42
auto-update-conda : true
41
43
python-version : ${{ matrix.python-version }}
68
70
69
71
- name : codecov
70
72
if : ${{ github.repository == 'OpenFreeEnergy/cinnabar' && github.event_name != 'schedule'}}
71
- uses : codecov/codecov-action@v3
73
+ uses : codecov/codecov-action@v5
72
74
with :
73
75
token : ${{ secrets.CODECOV_TOKEN }}
74
76
files : ./coverage.xml
You can’t perform that action at this time.
0 commit comments