Skip to content

Commit 644a7b7

Browse files
authored
Bump cinnabar CI workflow (#127)
* Bump cinnabar CI workflow * py3.13 not yet supported
1 parent c140fea commit 644a7b7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: CI
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- "main"
@@ -28,14 +29,14 @@ jobs:
2829
matrix:
2930
os: ['ubuntu', 'macos']
3031
python-version:
31-
- "3.9"
3232
- "3.10"
3333
- "3.11"
34+
- "3.12"
3435

3536
steps:
36-
- uses: actions/checkout@v2
37+
- uses: actions/checkout@v4
3738

38-
- uses: conda-incubator/setup-miniconda@v2
39+
- uses: conda-incubator/setup-miniconda@v3
3940
with:
4041
auto-update-conda: true
4142
python-version: ${{ matrix.python-version }}
@@ -68,7 +69,7 @@ jobs:
6869
6970
- name: codecov
7071
if: ${{ github.repository == 'OpenFreeEnergy/cinnabar' && github.event_name != 'schedule'}}
71-
uses: codecov/codecov-action@v3
72+
uses: codecov/codecov-action@v5
7273
with:
7374
token: ${{ secrets.CODECOV_TOKEN }}
7475
files: ./coverage.xml

0 commit comments

Comments
 (0)