Commit 644a7b7 1 parent c140fea commit 644a7b7 Copy full SHA for 644a7b7
File tree 1 file changed +5
-4
lines changed
1 file changed +5
-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,14 @@ 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"
34
35
35
36
steps :
36
- - uses : actions/checkout@v2
37
+ - uses : actions/checkout@v4
37
38
38
- - uses : conda-incubator/setup-miniconda@v2
39
+ - uses : conda-incubator/setup-miniconda@v3
39
40
with :
40
41
auto-update-conda : true
41
42
python-version : ${{ matrix.python-version }}
68
69
69
70
- name : codecov
70
71
if : ${{ github.repository == 'OpenFreeEnergy/cinnabar' && github.event_name != 'schedule'}}
71
- uses : codecov/codecov-action@v3
72
+ uses : codecov/codecov-action@v5
72
73
with :
73
74
token : ${{ secrets.CODECOV_TOKEN }}
74
75
files : ./coverage.xml
You can’t perform that action at this time.
0 commit comments