Skip to content

Commit beb6fe3

Browse files
authored
Bump cinnabar CI workflow
1 parent c140fea commit beb6fe3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

+6-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,15 @@ jobs:
2829
matrix:
2930
os: ['ubuntu', 'macos']
3031
python-version:
31-
- "3.9"
3232
- "3.10"
3333
- "3.11"
34+
- "3.12"
35+
- "3.13"
3436

3537
steps:
36-
- uses: actions/checkout@v2
38+
- uses: actions/checkout@v4
3739

38-
- uses: conda-incubator/setup-miniconda@v2
40+
- uses: conda-incubator/setup-miniconda@v3
3941
with:
4042
auto-update-conda: true
4143
python-version: ${{ matrix.python-version }}
@@ -68,7 +70,7 @@ jobs:
6870
6971
- name: codecov
7072
if: ${{ github.repository == 'OpenFreeEnergy/cinnabar' && github.event_name != 'schedule'}}
71-
uses: codecov/codecov-action@v3
73+
uses: codecov/codecov-action@v5
7274
with:
7375
token: ${{ secrets.CODECOV_TOKEN }}
7476
files: ./coverage.xml

0 commit comments

Comments
 (0)